问题描述
?
i有一个格式为mm / dd / yy的日期字符串。我希望将其转换为系统
默认格式。我这样做那样做吗?
reny
---
外出邮件已通过无病毒验证。
由AVG反查病毒系统(。
版本:6.0.778 /病毒数据库:525 - 发布日期:15/10/04
?Hi,
i have a date string of format "mm/dd/yy".i want to convert it to systems
default format.how do i do that?
reny
---
Outgoing mail is certified Virus Free.
Checked by AVG anti-virus system (http://www.grisoft.com).
Version: 6.0.778 / Virus Database: 525 - Release Date: 15/10/04
推荐答案
阅读''DateTime.Parse'',''DateTime.ParseExact''和
''DateTime.ToString''的文档,这个页面:
日期和时间格式字符串
< URL:
tStrings。 asp>
注意,在VB.NET中,''Date''指的是''DateTime''。
-
Herfried K. Wagner [MVP]
< URL:http://dotnet.mvps.org/>
Read the docs for ''DateTime.Parse'', ''DateTime.ParseExact'' and
''DateTime.ToString'', and this page:
Date and Time Format Strings
<URL:http://msdn.microsoft.com/library/en...nDateTimeForma
tStrings.asp>
Notice, that in VB.NET, ''Date'' refers to ''DateTime''.
--
Herfried K. Wagner [MVP]
<URL:http://dotnet.mvps.org/>
这篇关于转换日期格式的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持!