1234567891011 |
- # Licensed Materials - Property of IBM
- # IBM Cognos Products: OQP
- # (C) Copyright IBM Corp. 2005, 2015
- # US Government Users Restricted Rights - Use, duplication or disclosure restricted by GSA ADP Schedule Contract with IBM corp.
- #
- # Literal format specifications.
- #
- literals.format.date=cast('%1$d-%2$d-%3$d' as date)
- literals.format.time=cast('%1$02d:%2$02d:%3$02d%4$.7s' as time)
- literals.format.timestamp=cast('%1$04d-%2$02d-%3$02d %4$02d:%5$02d:%6$02d%7$.7s' as datetime)
|