@if (openedStrict) {
Current Locale: {{ currentLocale }}
Formatted value: {{ strictDatefield.currentFormattedDate }}
Moment Object: {{ strictDatefield.value }}
}
@if (openedNonStrict) {
Current Locale: {{ currentLocale }}
Formatted value: {{ nonStrictDatefield.currentFormattedDate }}
Moment Object: {{ nonStrictDatefield.value }}
}