mirror of
https://github.com/HChaZZY/PiliPlus.git
synced 2025-12-06 09:13:48 +08:00
feat: 分钟数不去除前导0
This commit is contained in:
@@ -236,7 +236,7 @@ class Utils {
|
|||||||
MM = (int.parse(MM)).toString();
|
MM = (int.parse(MM)).toString();
|
||||||
DD = (int.parse(DD)).toString();
|
DD = (int.parse(DD)).toString();
|
||||||
hh = (int.parse(hh)).toString();
|
hh = (int.parse(hh)).toString();
|
||||||
mm = (int.parse(mm)).toString();
|
// mm = (int.parse(mm)).toString();
|
||||||
}
|
}
|
||||||
|
|
||||||
if (date == null) {
|
if (date == null) {
|
||||||
|
|||||||
Reference in New Issue
Block a user