using v:create to insert a date structure with time
  • Here is a way to insert the current date/time in a v:create tag:


    <v:create path="guestbook">
    <v:hidden_field path="datetime_added" value="<v?= date('c'); ?>" />
    </v:create>


    either date('c') or date('r') will work.

Howdy, Stranger!

It looks like you're new here. If you want to get involved, click one of these buttons!

Sign In Apply for Membership