A daySuffix method has been added to the Date object. Any date object will be able to return the current day suffix, i.e th, rd, st.
The function can be use like this:
var date = new Date();
date.daySuffix();
It could return th.
bag
tiddlywikidev_public
created
Thu, 27 Jan 2011 11:59:15 GMT
creator
colmbritton
modified
Wed, 09 Mar 2011 12:20:00 GMT
modifier
jon
tags
date
method
theme
TWDocTheme