utils/src/date_util library
Functions
-
lunarSolarConverter(
DateTime date) → Lunar - 公历转农历
-
timestampBy(
DateTime dateTime) → int - 获取指定时间戳
-
timestampNow(
) → int - 获取当前时间戳
-
timestampTo_HH_mm(
int timestamp, {String unit = ':', bool isUtc = false}) → String - 时间戳转HH:mm
-
timestampToDateTime(
int timestamp, {bool isUtc = false}) → DateTime - 时间戳转DateTime
-
timestampToNormal_yyyy_MM_dd(
int timestamp, {bool isUtc = false}) → String - 时间戳转yyyy-MM-dd
-
timestampToNormal_yyyy_MM_dd_HH_mm_ss(
int timestamp, {bool isUtc = false}) → String - 时间戳转yyyy-MM-dd HH:mm:ss
-
timestampToZh_yyyy_MM(
int timestamp, {bool isUtc = false}) → String - 时间戳转yyyy年MM月
-
timestampToZh_yyyy_MM_dd(
int timestamp, {bool isUtc = false}) → String - 时间戳转yyyy年MM月dd日
-
timestampToZh_yyyy_MM_dd_HH_mm(
int timestamp, {bool isUtc = false}) → String - 时间戳转yyyy年MM月dd日 HH时mm分
-
timestampToZh_yyyy_MM_dd_HH_mm_ss(
int timestamp, {bool isUtc = false}) → String - 时间戳转yyyy年MM月dd日 HH时mm分ss秒
-
twelveConstellationBy(
DateTime dateTime) → BaseKeyValue - 标志 星座 拉丁名称 出生日期(公历) 别名 ♈ 白羊座 Aries 3月21日~4月19日 牡羊座 ♉ 金牛座 Taurus 4月20日~5月20日 金牛座 ♊ 双子座 Gemini 5月21日~6月21日 双子座 ♋ 巨蟹座 Cancer 6月22日~7月22日 巨蟹座 ♌ 狮子座 Leo 7月23日~8月22日 狮子座 ♍ 处女座 Virgo 8月23日~9月22日 室女座 ♎ 天秤座 Libra 9月23日~10月23日 天平座 ♏ 天蝎座 Scorpio 10月24日~11月22日 天蝎座 ♐ 射手座 Sagittarius 11月23日~12月21日 人马座 ♑ 摩羯座 Capricorn 12月22日~1月19日 山羊座 ♒ 水瓶座 Aquarius 1月20日~2月18日 宝瓶座 ♓ 双鱼座 Pisces 2月19日~3月20日 双鱼座 "${(constellation.extend as List
-
twelveConstellationNow(
) → BaseKeyValue -
twoDigits(
int n) → String - 不足两位前面补0