strive4peace
AWF VIP
- Local time
- Yesterday, 18:15
- Joined
- Apr 3, 2020
- Messages
- 1,046
@Valentine -- adding on
To know where to go to write a date, that's pretty easy too! Well, easy when you realize that dates are stored as numbers!
Date and Time is stored as a double-precision, floating-point number. The whole part of the number represents the date and the fractional part represents time. So you can add a number of days to a date, and subtract 2 dates to get how many days are between them
To know where to go to write a date, that's pretty easy too! Well, easy when you realize that dates are stored as numbers!
Date and Time is stored as a double-precision, floating-point number. The whole part of the number represents the date and the fractional part represents time. So you can add a number of days to a date, and subtract 2 dates to get how many days are between them