Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit5d7c911

Browse files
author
Thomas G. Lockhart
committed
Define USE_GERMAN_DATES for use in date/time I/O functions.
1 parentdc88e79 commit5d7c911

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

‎src/include/miscadmin.h

Lines changed: 3 additions & 1 deletion
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
#defineUSE_POSTGRES_DATES0
7980
#defineUSE_ISO_DATES1
8081
#defineUSE_SQL_DATES2
82+
#defineUSE_GERMAN_DATES3
8183

8284
externintDateStyle;
8385
externboolEuroDates;

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp