Skip to main content
cancel
Showing results for 
Search instead for 
Did you mean: 
Anonymous
Not applicable

Year format conversion

Hi, can anyone tell me how to convert a year from YYYY to YY.

1 Solution

Accepted Solutions
ashfaq_haseeb
Champion III
Champion III

Hi,

Try

Right(Year,2) as NewYear

or

=date(today(),'YY')

regards

ASHFAQ

View solution in original post

4 Replies
ashfaq_haseeb
Champion III
Champion III

Hi,

Try

Right(Year,2) as NewYear

or

=date(today(),'YY')

regards

ASHFAQ

avinashelite

Hi,

Try like:

Date(Year(filed),'YY');

Anonymous
Not applicable
Author

Thanks for the reply. It works

ashfaq_haseeb
Champion III
Champion III

welcome

Regards

ASHFAQ