Location via proxy:   [ UP ]  
[Report a bug]   [Manage cookies]                
Skip to content

Commit 5d7c911

Browse files
author
Thomas G. Lockhart
committed
Define USE_GERMAN_DATES for use in date/time I/O functions.
1 parent dc88e79 commit 5d7c911

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

src/include/miscadmin.h

+3-1
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
*
1212
* Copyright (c) 1994, Regents of the University of California
1313
*
14-
* $Id: miscadmin.h,v 1.17 1997/11/07 06:38:29 thomas Exp $
14+
* $Id: miscadmin.h,v 1.18 1997/12/04 23:58:01 thomas Exp $
1515
*
1616
* NOTES
1717
* some of the information in this file will be moved to
@@ -63,6 +63,7 @@ extern short DebugLvl;
6363
* USE_POSTGRES_DATES specifies traditional postgres format for output.
6464
* USE_ISO_DATES specifies ISO-compliant format for output.
6565
* USE_SQL_DATES specified Oracle/Ingres-compliant format for output.
66+
* USE_GERMAN_DATES specifies German-style dd.mm/yyyy date format.
6667
*
6768
* DateStyle specifies preference for date formatting for output.
6869
* EuroDates if client prefers dates interpreted and written w/European conventions.
@@ -78,6 +79,7 @@ extern short DebugLvl;
7879
#define USE_POSTGRES_DATES 0
7980
#define USE_ISO_DATES 1
8081
#define USE_SQL_DATES 2
82+
#define USE_GERMAN_DATES 3
8183

8284
extern int DateStyle;
8385
extern bool EuroDates;

0 commit comments

Comments
 (0)