We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Config:
public reportRangeOptions = { timePicker: true, timePicker24Hour: true, timePickerIncrement: 1, locale: { format: 'YYYY-MM-DD hh:mm' }, alwaysShowCalendars: false, autoApply: true, ranges: { 'Last Month': [moment().subtract(1, 'month'), moment()], 'Last 3 Months': [moment().subtract(4, 'month'), moment()], 'Last 6 Months': [moment().subtract(6, 'month'), moment()], 'Last 12 Months': [moment().subtract(12, 'month'), moment()], } };
The text was updated successfully, but these errors were encountered:
If you want to use 24hr format I believe you have to use a capital H
locale: { format: 'YYYY-MM-DD HH:mm' },
Same has to be when formatting in your template
Sorry, something went wrong.
Thanks. My bad.
No branches or pull requests
Config:
The text was updated successfully, but these errors were encountered: