react-datetime-picker icon indicating copy to clipboard operation
react-datetime-picker copied to clipboard

Show date and time in specific timezone

Open kithma opened this issue 3 years ago • 0 comments
trafficstars

I'm using react-datetime-picker version 3.5.0 in my React (version 18.1.0) project.

I need to show the dates in the date time picker in a given timezone instead of the browser timezone. Since the date time picker only allows dates in type Date I cannot send moment dates or string type dates. Is there any solution to this?

kithma avatar Apr 30 '22 10:04 kithma