Title: Entry Date
Last modified: June 7, 2020

---

# Entry Date

 *  Resolved [norhendraap](https://wordpress.org/support/users/norhendraap/)
 * (@norhendraap)
 * [6 years ago](https://wordpress.org/support/topic/entry-date-2/)
 * How can we add the entry date from the form to the sheet?

Viewing 2 replies - 1 through 2 (of 2 total)

 *  Plugin Author [WesternDeal](https://wordpress.org/support/users/westerndeal/)
 * (@westerndeal)
 * [5 years, 12 months ago](https://wordpress.org/support/topic/entry-date-2/#post-12960368)
 * Hi [@norhendraap](https://wordpress.org/support/users/norhendraap/),
 * Currently, we do not provide default date and time fields to be added to the 
   sheet.
 * You can either use Gravity Forms Date field or Hidden Field and set default value
   as {date_dmy}. Which will fetch the current date and you can save it to the Sheet
   on form submission.
 * I hope this helps.
 * Thanks
    Abdullah
 *  Thread Starter [norhendraap](https://wordpress.org/support/users/norhendraap/)
 * (@norhendraap)
 * [5 years, 12 months ago](https://wordpress.org/support/topic/entry-date-2/#post-12968693)
 * I tried to use this function to create timestamp as a substitute of entry date
   field
 * add_filter(“gform_field_value_timestamp”, “unixtime”);
    function unixtime($value){
   return time(); }
 * but it’s not working as a timestamp, because the value is always same (not updated
   date and time) if the form is submitted from other devices.
 * this is what I got for each entry (submitted at different time on different devices):
   
   1591760744 (10/06/2020 10:45:44) 1591760744 (10/06/2020 10:45:44)

Viewing 2 replies - 1 through 2 (of 2 total)

The topic ‘Entry Date’ is closed to new replies.

 * ![](https://ps.w.org/gsheetconnector-gravity-forms/assets/icon-128x128.gif?rev
   =3232712)
 * [GSheetConnector for Gravity Forms – Send Gravity Forms Entries to Google Sheets in Real-Time](https://wordpress.org/plugins/gsheetconnector-gravity-forms/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/gsheetconnector-gravity-forms/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/gsheetconnector-gravity-forms/)
 * [Active Topics](https://wordpress.org/support/plugin/gsheetconnector-gravity-forms/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/gsheetconnector-gravity-forms/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/gsheetconnector-gravity-forms/reviews/)

## Tags

 * [timestamp](https://wordpress.org/support/topic-tag/timestamp/)

 * 2 replies
 * 2 participants
 * Last reply from: [norhendraap](https://wordpress.org/support/users/norhendraap/)
 * Last activity: [5 years, 12 months ago](https://wordpress.org/support/topic/entry-date-2/#post-12968693)
 * Status: resolved