• Resolved rgcalo

    (@rgcalo)


    Hello, wondering if it’s possible to add the hour & minute stamp as part of the Date. The Google-created form includes that, and my client wants it, but I can’t see a clear way to do it with CF7 & NS Connector.

    Thank you – great plugin, by the way!

    • This topic was modified 8 years, 5 months ago by rgcalo.
Viewing 3 replies - 1 through 3 (of 3 total)
  • Plugin Author Never Settle

    (@neversettle)

    Thanks for your feedback! If you are comfortable changing line 300 of the main plugin file which is currently like this:
    $my_data["date"]=date('n/j/Y');
    you could have it send a different format of the current date/time to include the time to googlesheets. Be aware that your customization would be lost in the future if you update the plugin. But this is a good idea and maybe we will update the main version to include this in the near future.

    Thanks!

    Thread Starter rgcalo

    (@rgcalo)

    Thank you, I added the following:

    $my_data[“date”]=date(‘n/j/Y h:i:sa’);

    Worked like a charm.

    You guys rock!

    Plugin Author Never Settle

    (@neversettle)

    Sweet! Thanks for reporting back. We have it in our task queue to get that updated!

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Date and Time Stamp (hour, minute)’ is closed to new replies.