#date picker issue

3 messages · Page 1 of 1 (latest)

winter depot
#

if i'm selecting a date like 01/01/2021 it's store 31/12/2020 so on a select date it's store previous date in database

empty girder
#

The field uses your local time zone for picking/displaying in the admin, and then stores the value in UTC. Do you by any chance live in a UTC+05:30 timezone (India or Sri Lanka)?

winter depot
#

thanks @empty girder i'll try to convert UTC to GMT timezone. i think it's work.