时间格式转换,在线等,速度秒,谢谢根据需要时间格式要(月/日)这样的格式比如getdate() 2012年2月24日只需要其中的月和日,并且转换为 24/2如果日期是2012年2月4日转换为4/2各位大神帮忙,我没找到方法,103只能取到 04/02[解决办法]
select ltrim(day(date))+'/'+ltrim(month(date)) datefrom tb