DATE

The date data type is a fixed length data type that contains a calendar date (year, month, and day). The DATE data type uses 6 bytes of storage and has a precision of 11. Valid years are from 0001 to 9999.

The DATE data type has multiple input and output formats. If the values in the database do not appear correctly, or you are not able to enter dates you think are valid, you should check the date input and output formats to make sure they are correct.

e.g. '0001/01/01'
  '1999/12/31'

< CHAR | Contents | DECIMAL >

Copyright 2002 SYSCOM Computer Engineering Co. All rights reserved.