Skip to main content
sheereem18453989
Participant
October 12, 2016
Question

I need HELP! Project due TODAY.

  • October 12, 2016
  • 2 replies
  • 280 views

I need HELP! I am creating form in which a date range is requested in the form. I went in to properties of that field and selected "Custom" under "Date" under "Format" and entered "mm/dd/yy to mm/dd/yy". In the example field, it's showing up as "mm/dd/yy ao mm/dd/yy". Also, when I preview the field, even if I place the date in as set up in the settings, a dialog box pops up and tells me I'm entering wrong. Can someone tell me what I'm doing wrong!? Also, how can I get the "mm/dd/yy to mm/dd/yy" to show up in the field so the user doesn't have to guess to start???

This topic has been closed for replies.

2 replies

JR Boulay
Community Expert
Community Expert
October 12, 2016

Hi.

You need to escape characters that are not metacharacter with a backslash, like this:

mm/dd/yy \t\o mm/dd/yy

Acrobate du PDF, InDesigner et Photoshopographe
try67
Community Expert
Community Expert
October 12, 2016

There's no built-in command that does that for you. It requires the development of a custom-made validation script.