Changeset 32279 for lang/csharp/soyText/soyText/TimeFormat.cs
- Timestamp:
- 04/12/09 00:56:38 (4 years ago)
- Files:
-
- 1 modified
-
lang/csharp/soyText/soyText/TimeFormat.cs (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
lang/csharp/soyText/soyText/TimeFormat.cs
r31255 r32279 11 11 { 12 12 DateTime dtNow = DateTime.Now; 13 return dtNow.ToString("yyMMdd_HHmmss"); 13 return format(dtNow); 14 } 15 public static String format(DateTime t) 16 { 17 return t.ToString("yyMMdd_HHmmss"); 18 14 19 } 15 20 }
![(please configure the [header_logo] section in trac.ini)](/share/chrome/site/your_project_logo.png)