mirror of
https://github.com/discourse/discourse.git
synced 2025-02-25 18:55:32 -06:00
"next month" doesn't need time fidelity
This commit is contained in:
parent
e93535e239
commit
387cad693e
@ -120,7 +120,7 @@ export default Combobox.extend({
|
|||||||
if (state.id === LATER_TODAY) {
|
if (state.id === LATER_TODAY) {
|
||||||
time = time.format('h a');
|
time = time.format('h a');
|
||||||
} else if (state.id === NEXT_MONTH) {
|
} else if (state.id === NEXT_MONTH) {
|
||||||
time = time.format('MMM D, h a');
|
time = time.format('MMM D');
|
||||||
} else {
|
} else {
|
||||||
time = time.format('ddd, h a');
|
time = time.format('ddd, h a');
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user