mirror of
https://github.com/apache/superset.git
synced 2026-04-20 16:44:46 +00:00
[quickfix] removing year detail in smart_date
This commit is contained in:
@@ -113,7 +113,7 @@ var px = (function () {
|
||||
["%a %b %d, %I %p", function (d) {
|
||||
return d.getHours() !== 0;
|
||||
}], // If there are hours that are multiples of 3, show date and AM/PM
|
||||
["%a %b %d, %Y", function (d) {
|
||||
["%a %b %d", function (d) {
|
||||
return d.getDate() !== 1;
|
||||
}], // If not the first of the month, do "month day, year."
|
||||
["%B %Y", function (d) {
|
||||
|
||||
Reference in New Issue
Block a user