Hello All,
I have a program that uses datepickers, and a customer today reported errors in the date.
After a quick look, i discovered that if I get the actual system date with datetime.date(datetime.now), I get 12/31/2019, that is correct
if I change the format to DateTime.DateFormat="YYYY-MM-dd" because that's what I use in that system, due to compatibility with other DB, i get 31-12-2020.
Any Idea ??
Regards
I have a program that uses datepickers, and a customer today reported errors in the date.
After a quick look, i discovered that if I get the actual system date with datetime.date(datetime.now), I get 12/31/2019, that is correct
if I change the format to DateTime.DateFormat="YYYY-MM-dd" because that's what I use in that system, due to compatibility with other DB, i get 31-12-2020.
Any Idea ??
Regards