Search:

Type: Posts; User: helloworld922

Search: Search took 0.07 seconds.

  1. Re: a litle help on how to convert date to day

    mmm... messy :P

    When you're comparing to see if the year is divisible by 400, you're using an else if, but it should be just an if.
  2. Re: a litle help on how to convert date to day

    Remember, there could be a ton of leap years in between the reference date and the date you entered. For every year that is a leap year in between the two dates you will have to add an extra day. I...
  3. Re: a litle help on how to convert date to day

    You will need at least 1 date of reference and which day of the year it is. Then simply calculate how many days there are between that reference date and the date the user entered (you will have to...
Results 1 to 3 of 3