Question
· Jun 20, 2023

convert "dd/MMM/yy" to "YYYYmmdd"

I need to convert "dd/MMM/yy" to "YYYYmmdd".

Input = dd/MMM/yy

Output = YYYYmmdd

example

Input = 13/Jun/23

Output = 20230613

I used below , I get 1923 as year but I need 2023.

$ZDATE($ZDATEH("13/Jun/23",8),8) = 19230613

Product version: IRIS 2022.1
Discussion (3)2
Log in or sign up to continue