| | Hi, i have users entering a date as a text field. it is simply in ther form: "Apr 4". since it is text, i cannot sort and the dates end up out of order. i am guessing that the best way to sort is to conveert it to an epoch and sort on that. is there a function to convert this text into a epoch date? thanks. |

