Toggle navigation
Log in
Sign Up
Log in
Sign Up
Appium
C
C#
C++
Docker
Go
Informatica
Java
JavaScript
Kafka
Numpy
Oracle
Pandas
PHP
Py Spark
Python
R
React Native
Scipy
SFTP
Tableau
Teradata
TGMC
UNIX
Introducing
Radical.sh
Forget Code launches a powerful code generator for building API's
Forget_Code.Models.CategoryViewModel
Add a new snippet
Conversion Functions
1
Date Functions
8
Encryption
1
Math Functions
2
Operators
1
String Functions
9
Choose Category
Date Format in Informatica
Forget Code
Informatica
Date Format
Informatica uses following formats for dates.
Format String
Description
D, DD, DDD, DAY, DY, J
Days (01-31). Use any of these format strings to specify the entire day portion of a date. For example, if you pass 12-APR-1997 to a date function, use any of these format strings specify 12.
HH, HH12, HH24
Hour of day (0-23), where 0 is 12 AM (midnight). Use any of these formats to specify the entire hour portion of a date. For example, if you pass the date 12-APR-1997 2:01:32 PM, use HH, HH12, or HH24 to specify the hour portion of the date.
MI
Minutes (0-59).
MM, MON, MONTH
Month (01-12). Use any of these format strings to specify the entire month portion of a date. For example, if you pass 12-APR-1997 to a date function, use MM, MON, or MONTH to specify APR.
MS
Milliseconds (0-999).
NS
Nanoseconds (0-999999999).
SS, SSSS
Seconds (0-59).
US
Microseconds (0-999999).
Y, YY, YYY, YYYY, RR
Year portion of date (1753 to 9999). Use any of these format strings to specify the entire year portion of a date. For example, if you pass 12-APR-1997 to a date function, use Y, YY, YYY, or YYYY to specify 1997.
Date format is not case-sensitive and it has to be enclosed with single quote.
The above date format is applicable to following functions,
Function
Description
ADD_TO_DATE
Add or subtract months, days, years to a date
DATE_DIFF
Calculate the difference between two dates in days, months or years.
GET_DATE_PART
Extract date or month or year or time part from a date
IS_DATE
To check given string is a date or not
Also check IS_DATE date formats
ROUND
The part of the date you want to round.
SET_DATE_PART
The part of the date you want to change.
SYSTIMESTAMP
The timestamp precision.
TO_CHAR (Dates)
The character string.
Also check TO_CHAR date formats
TO_DATE
The character string.
Also check TO_DATE date formats
TRUNC (Dates)
The part of the date you want to truncate.
Tags for Date Format in Informatica
date formatting
date part in informatica
DP_Date Functions
change date format in informatica
how to change the date format in informatica
Informatica Date Format Examples
informatica default date format
informatica timestamp format
informatica TO_DATE
date functions in informatica
Contribute to Forget Code, help others.
Add snippet