Daneil Pan

Results 9 comments of Daneil Pan

@kchiragowni This picker is not yet supported multiple date time, but it will be in my next big update

I just open you demo page, it works fine and not the way you described

This is what I have ![demo](https://user-images.githubusercontent.com/5952855/36022837-91783bb2-0dde-11e8-996b-f45d6d16f1f8.gif)

@JohnCashmore That's odd. I could not debug it as I could not reproduce the issue you described. PS: what app you use to create your GIF? Your GIF is way...

Thanks man. I tested it in Chrome, Firefox and Safari. I used your app, and here is a better version of the demo ![demo](https://user-images.githubusercontent.com/5952855/36024655-7f1f7146-0de4-11e8-9653-78c0d5591b11.gif)

@JohnCashmore Apparently not. It is MM/DD/YYYY, according to Javascript Intl. Without the picker, if just use Javascript Intl to see the result: ``` const moment = new Date(); const dtf...

@JohnCashmore That's weird. I have a totally different result from yours. I guess it might something relative to our own locale. I means I am testing this in Sydney, Australia....

@tomnguyen2017 In this case, you might consider to use OwlMomentDateTimeModule to let MomentJS to handle the locale.

I have the same issue with [my package](https://github.com/DanielYKPan/ng2-date-time-picker/issues/6). To fix the issue, is it just compile my package by doing AOT compilation using the ngc compilers instead of the tsc...