wojtekmaj/react-timerange-picker

Unable to fetch AM/PM

sauzy34 opened this issue · 1 comments

I'm trying to get the AM/PM with the range values from onChange event.

JavaScript does not use AM/PM in Date(), it uses military time. You'd need to manually convert the date to AM/PM.

You can use this util to do this.