Just migrated my blog to wordpress – actually using the ‘WordPress Appliance’ from http://www.turnkeylinux.org/wordpress. Didn’t come without a hiccup or two, especially when I tried to migrate the database to another server and change the table prefix. Now I just …
Monthly Archives: November 2011
Natural Language Date Parser updated
Posted by Don Quist
on November 14, 2011
No comments
Just wanted to note a small update to CF-NLDate https://github.com/sigmaprojects/CF-NLDate. Added support for strings like “last march”, “a few days ago”, “a couple weeks ago”, etc. *Edit* Also, included a test.cfm page showing example strings.
Natural Language Date Parser
Posted by Don Quist
on November 11, 2011
1 comment
Came across a situation where I needed to parse strings as dates, string likes “yesterday” “last week” and so on. First thought was to find an existing CF method for this, didn’t exist. Next was to find a Java class… …