Posted 17 June 2020, 5:30 am EST
Hi,
I am loading wijmo culture file using cdn in my angluar project. It suppose to convert date time according to loaded culture but it is only showing date.
ex - new Date(‘2020-01-20 06:07:56’) and culture = ‘de’
expected output - 20.01.2020 06:07:56 (according to ‘de’ culture)
acutal output - 15.08.2018
wijmo culture removing time.