1、转换
cast ( date as string )
cast ( string as date )
2、日期加减
date_add( date , 1 ) or date_add( date , -1 )
3、日期格式转换
date_format ( date , fomat )