sauzy34 opened this issue 5 years ago · 1 comments
I'm trying to get the AM/PM with the range values from onChange event.
onChange
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.