it says (I didn't try though,) that it makes a hidden field containing the date whose name you can set. Also it was inside a form, so it should appear in your $_REQUEST["<name>"]. From there you can do anything, place it in an INSERT INTO sql statement and store the value via e.g. MySQL.