# Class: com.pnfsoftware.jeb.core.units.code.simatic.S7.Date

DATE type parser.

## Static Field: DEFAULT
Type: `com.pnfsoftware.jeb.core.units.code.simatic.S7.Date`
Description: Default value, `D#1990-1-1`.

## Method: getRawValue
- return type: `short`

Description: Retrieve the raw DATE value.
return: raw value

## Method: toString
- return type: `java.lang.String`


## Static Method: create
- parameter: `raw`, type: `int`
- return type: `com.pnfsoftware.jeb.core.units.code.simatic.S7.Date`

Description: Create a DATE value from its raw representation.
parameter: raw: raw DATE value
return: DATE value

