Title: Custom Field Date Issue
Last modified: July 5, 2017

---

# Custom Field Date Issue

 *  Resolved [designbyj2](https://wordpress.org/support/users/designbyj2/)
 * (@designbyj2)
 * [8 years, 11 months ago](https://wordpress.org/support/topic/custom-field-date-issue/)
 * I am trying to setup the custom field area to provide a scheduled date on a ticket
   using the provided documentation ([https://getawesomesupport.com/documentation/awesome-support/custom-fields/](https://getawesomesupport.com/documentation/awesome-support/custom-fields/))
 * I have been able to successfully create other field types (text, textarea, email,
   number, etc.), but do not see anything when I choose the date field option.
 * This is the code that I was testing:
 *  wpas_add_custom_field( ‘schdate’, array(
    ‘title’ => ‘Scheduled’, ‘field_type’
   => ‘date’, ‘show_column’ => true, ‘sortable_column’ => true ) );
 * Any insight into this would be helpful. Thank you!

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

 *  Plugin Author [awesomesupport](https://wordpress.org/support/users/awesomesupport/)
 * (@awesomesupport)
 * [8 years, 11 months ago](https://wordpress.org/support/topic/custom-field-date-issue/#post-9292860)
 * Hello:
 * I think since ‘date’ is reserved for lots of things, it needs to be changed to
   date-field. We will update our documentation to reflect this – thanks for bringing
   the typo to our attention. Sorry about the mixup!
 * Thanks!
 *  Thread Starter [designbyj2](https://wordpress.org/support/users/designbyj2/)
 * (@designbyj2)
 * [8 years, 11 months ago](https://wordpress.org/support/topic/custom-field-date-issue/#post-9295578)
 * Thank you so much!
 * I thought I was going crazy! 🙂
 * I made the adjustment and we are back in business!

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

The topic ‘Custom Field Date Issue’ is closed to new replies.

 * ![](https://ps.w.org/awesome-support/assets/icon-256x256.png?rev=1849681)
 * [Awesome Support - WordPress HelpDesk & Support Plugin](https://wordpress.org/plugins/awesome-support/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/awesome-support/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/awesome-support/)
 * [Active Topics](https://wordpress.org/support/plugin/awesome-support/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/awesome-support/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/awesome-support/reviews/)

 * 2 replies
 * 2 participants
 * Last reply from: [designbyj2](https://wordpress.org/support/users/designbyj2/)
 * Last activity: [8 years, 11 months ago](https://wordpress.org/support/topic/custom-field-date-issue/#post-9295578)
 * Status: resolved