Function fallbackDatetimeStr
- fallbackDatetimeStr(str, _fallback?, _template?): string
Parameters
- str:
| undefined
| null
| string
| number
| Date
| Dayjs Optional
_fallback: stringOptional
_template: string
Returns string
格式化后的日期时间字符串或默认值
Properties
DEFAULT_FALLBACK
DEFAULT_FALLBACK: string
DEFAULT_TEMPLATE
DEFAULT_TEMPLATE: string
将日期时间转换成指定格式的字符串,如果日期时间无效或为空,返回默认值
Example