Hello, help me!
How do I know the day, month, year and weekday of a given date in x.Thunkable?
In advance,
Thank you very much!
X still lacks many of the procedures for time handling that are in Classic. If you want to derive the day month year of a given date, you will have to make your own logic (or find someone else willing to do it for you).
Your given:
January 1st 1970 was a Thursday
A leap day on February 29 is every year that is divisible by 4, but not by 100, with the exception of those divisible by 400 (i.e. 1900 was NOT a leap year, but 2000 was. 2100, 2200 and 2300 will also not be leap year, but 2400 will be).
1 Like