enhance(capacitor): WIP blocks content and editor

This commit is contained in:
charlie
2025-05-20 12:43:36 +08:00
parent 6267be45f1
commit 0f5dc8613c
8 changed files with 131 additions and 25 deletions

View File

@@ -55,6 +55,7 @@ class UILocal : Plugin() {
val selectedDate = Calendar.getInstance().apply {
set(selectedYear, selectedMonth, selectedDay)
}
val sdf = SimpleDateFormat("yyyy-MM-dd", Locale.getDefault())
val formattedDate = sdf.format(selectedDate.time)