mirror of https://github.com/espruino/BangleApps
elapsed_t: remove unused function
parent
e984cb18c0
commit
4b1e4d01ce
|
@ -121,10 +121,6 @@ function formatHourToAMPM(h) {
|
|||
return `${h_ampm}\n${ampm}`;
|
||||
}
|
||||
|
||||
function howManyDaysInMonth(month, year) {
|
||||
return new Date(year, month, 0).getDate();
|
||||
}
|
||||
|
||||
function getDatePickerObject() {
|
||||
switch (settings.dateFormat) {
|
||||
case 0:
|
||||
|
|
Loading…
Reference in New Issue