|
|
@@ -118,7 +118,8 @@ const time_display = computed(() => {
|
|
|
}
|
|
|
|
|
|
if (p_tp === 'month') {
|
|
|
- return formatTimestamp2Weekend(tm_stp, cur_locale_value);
|
|
|
+ // return formatTimestamp2Weekend(tm_stp, cur_locale_value);
|
|
|
+ return formatTimestamp2Date(tm_stp, cur_locale_value);
|
|
|
}
|
|
|
|
|
|
if (p_tp === 'earlier') {
|