Note: This was originally posted by an inactive account. Content was preserved by moving under an admin account.
Originally posted by: mloweOne approach might be:
if firstExec then { dl = list("","Jan","Feb","Mar","Apr","May","Jun","Jul", "Aug","Sep","Oct","Nov","Dec") }
emit dl.getItem(dateValue.month()).str() + " " + dateValue.year().str().substr(2,2) as "newDateFormat"