7 lines
No EOL
167 B
C#
7 lines
No EOL
167 B
C#
namespace WebsitePanel.WebDavPortal.Constants
|
|
{
|
|
public class Formats
|
|
{
|
|
public const string DateFormatWithTime = "MM/dd/yyyy hh:mm tt";
|
|
}
|
|
} |