Hi All;
I have a date in the format
new_duedate =2015-06-07 00:00:00.000
i need to convert it to Jun-15
I am currently using below formula
CONVERT(CHAR(4), (new_duedate), 100) + CONVERT(CHAR(4), (new_duedate), 120)
which converts into Jun 2015
Any help much appreciated
Thanks
Pradnya07