VB.NET或SQL中,如何将英文日期转为数字日期呢?
例如将'10th July 2009'转换成'2009-07-10'
谢谢。
SQL中
select inputdate=Convert(varchar(10),inputdate,20) from table