https://netsuiteprofessionals.com logo
c

creece

03/01/2018, 9:20 PM
worst case you could probably get the string value and use moment
i

igorp

03/02/2018, 2:48 PM
I don't think that using the string is feasible since it's a formated string and will change based on the user preference
c

creece

03/02/2018, 6:03 PM
the date time Object isn't right?
I guess im just confused why the time is getting chopped off
if you parse to date i believe it'll chop off the time
i

igorp

03/02/2018, 6:35 PM
But I need the time. The time is not chopped off, it's just wrong after parse. The format.format is getting it right but once I try to parse it to date object, the time is goes wrong.
c

creece

03/02/2018, 7:47 PM
ah i understand now