Now I need to create new column with acceptable date from these two columns. e.g. if I use from "Year" - 2019 and from "Month" - Nov, I need to get 11/1/2019 and so on.
Can someone help me with this?
Thank you in advance.
Regards,
Praveen
Syntax: |
|
Example: |
|
Notes on use: | Leading zeros for MONTH and DATE are not supported, for example:DATE(1999,05,08) should be expressed as DATE(1999,5,8) |