New DATE Conversion

lightNew way of Date Conversion 

 

 


The post shows how to use date conversion formats:

10.jpg


DATAlv_date TYPE VALUE ‘20161005’” YYYYMMDD
WRITE:/ lv_date.
DATA(lv_dat1|{ lv_date DATE ISO }|.
WRITE:/ lv_dat1.
DATA(lv_dat2|{ lv_date DATE USER }|.
WRITE:/ lv_dat2.
DATA(lv_dat3|{ lv_date DATE ENVIRONMENT }|.
WRITE:/ lv_dat3.
DATA(lv_dat4|{ lv_date DATE RAW }|.
WRITE:/ lv_dat4.


OUTPUT

9


 

Leave a Reply

Fill in your details below or click an icon to log in:

WordPress.com Logo

You are commenting using your WordPress.com account. Log Out /  Change )

Twitter picture

You are commenting using your Twitter account. Log Out /  Change )

Facebook photo

You are commenting using your Facebook account. Log Out /  Change )

Connecting to %s