You need to enable JavaScript to run this app.
{{function getTime(time, type){ var date = new Date(time); var arr = date.toDateString().split(' '); switch (type) { case 'day': return arr[2]; case 'week': return arr[0]; case 'month': return arr[1] + ', ' + arr[3]; default: return ''; } }}}
20
Sat
Dec, 2014
Medicine:
Vitamin B, Vitamin C
Powered by GrapeCity DataViewsJS Evaluation Version.
Not Licensed for Distribution.