#DatePickerInput display value in UTC
1 messages ยท Page 1 of 1 (latest)
Well I know that dayjs can let me change timezones and stuff. But what i was wondering here was having the datepickerinput component show the value on the input as UTC
I am able to get the value itself in UTC. But the datepicker component is showing that time in the local timezone and I want to show it in UTC ๐ค hopefully im making sense
Im thinking is my only option to create a DatePicker with my own custom Input component?