websitepanel/WebsitePanel/Sources/WebsitePanel.WebDavPortal/Constants/Formats.cs
2015-04-10 02:07:19 -07:00

7 lines
No EOL
167 B
C#

namespace WebsitePanel.WebDavPortal.Constants
{
public class Formats
{
public const string DateFormatWithTime = "MM/dd/yyyy hh:mm tt";
}
}