Thread ID: |
Created: |
Updated: |
Platform: |
Replies: |
150237 | Dec 27,2019 11:48 AM UTC | Dec 30,2019 12:51 PM UTC | Angular - EJ 2 | 1 |
![]() |
Tags: DatePicker |
loadCldr(
require('../../node_modules/cldr-data/supplemental/numberingSystems.json'),
require('../../node_modules/cldr-data/main/de/ca-gregorian.json'),
require('../../node_modules/cldr-data/main/de/numbers.json'),
require('../../node_modules/cldr-data/main/de/timeZoneNames.json')
);
import * as numberingSystems from 'cldr-data/supplemental/numberingSystems.json';
import * as gregorian from 'cldr-data/main/de/ca-gregorian.json';
import * as numbers from 'cldr-data/main/de/numbers.json';
import * as detimeZoneNames from 'cldr-data/main/de/timeZoneNames.json';
loadCldr(numberingSystems, gregorian, numbers, detimeZoneNames);
import numberingSystems from 'cldr-data/supplemental/numberingSystems.json';
import gregorian from 'cldr-data/main/de/ca-gregorian.json';
import numbers from 'cldr-data/main/de/numbers.json';
import detimeZoneNames from 'cldr-data/main/de/timeZoneNames.json';
loadCldr(numberingSystems, gregorian, numbers, detimeZoneNames); |
This post will be permanently deleted. Are you sure you want to continue?
Sorry, An error occured while processing your request. Please try again later.
This page will automatically be redirected to the sign-in page in 10 seconds.