DateTime.Now is one day behind?

tcgoh

Active Member
Licensed User
Longtime User
when I code

edittext.text = Datetime.date(datetime.now)

I get a date which is one day behind the currrent date. Is this normal?

Thanks
 
Top