Ben
Ben
@lukeapage do you have any idea if i want to use in angular test with timezone-mock or TimeShift-js?
Is there workaround for timezone issue? I want to have datepicker for UTC Date selection.
https://medium.com/self-learning/ngx-datepicker-utc-datepicker-design-77e33789e9d7 I have tried a UTC Datepicker which is a wrapper to original datepicker. The wrapper try to convert the input with a timezone offset procession.  ``` import {...
@Domainv I took a look on ngx-bootstrap-ci@d94457108f5fd2527b7cab501e1cc0271a087a08. It should be my expected result. I want to try on this version by npm install ngx-bootstrap-ci@d94457108f5fd2527b7cab501e1cc0271a087a08 ``` npm ERR! code ETARGET npm...
@isalox @Domainv Sorry, i have some question about the date. As JavaScript Date actually is timezone dependent, new Date(2019, 11, 23) would be different in different timezone. In my timezone...
@isalox you could try my workaround solution that i post before. a utc date wrapper for ngx-bootstrap for version before 5.2.0 @Domainv No. Still have some problem in https://stackblitz.com/edit/angular-mb7szh. It...
React + Typescript Support is needed