标签:技术 格式 date logs 内置函数 技术分享 一个 alt nbsp
日期函数概要:
一、系统时间
sysdate:还是西方的格式,我们一般需要to_char(date,‘yyyy-mm-dd hh24:mi:ss‘)
next_day:当前日期的下一个礼拜几的日期
example:求当前时间的下一个礼拜一的日期:
last_day(date):取当前时间的月的最后一天:用于判断当前月28、29、30、31天
months_between:求两个时间的月份差
extract:分别获取当前时间的年、月、日
标签:技术 格式 date logs 内置函数 技术分享 一个 alt nbsp
原文地址:http://www.cnblogs.com/ckxlovejava/p/7134493.html