Skip to content

Instantly share code, notes, and snippets.

@taka2
Created August 10, 2011 06:40
Show Gist options
  • Select an option

  • Save taka2/1136258 to your computer and use it in GitHub Desktop.

Select an option

Save taka2/1136258 to your computer and use it in GitHub Desktop.
Imports System
Class Test
Public Shared Sub Main
Dim hoge As Date
hoge = Nothing
Console.WriteLine(hoge.ToString("yyyy/MM/dd(ddd)")) ' => '0001/01/01(月)'
End Sub
End Class
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment