mirror of
https://github.com/discourse/discourse.git
synced 2025-09-06 10:50:21 +08:00
FIX: Use parseable date format
This commit is contained in:
parent
fbc4191195
commit
823896d698
1 changed files with 1 additions and 1 deletions
|
@ -108,7 +108,7 @@ export function timeframeDetails(id) {
|
||||||
return _timeframeById[id];
|
return _timeframeById[id];
|
||||||
}
|
}
|
||||||
|
|
||||||
export const FORMAT = "YYYY-MM-DD HH:mm Z";
|
export const FORMAT = "YYYY-MM-DD HH:mmZ";
|
||||||
|
|
||||||
export default ComboBoxComponent.extend(DatetimeMixin, {
|
export default ComboBoxComponent.extend(DatetimeMixin, {
|
||||||
pluginApiIdentifiers: ["future-date-input-selector"],
|
pluginApiIdentifiers: ["future-date-input-selector"],
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue