Exit
  • Global community
    • Language:
      • Deutsch
      • English
      • Español
      • Français
      • Português
  • 日本語コミュニティ
  • 한국 커뮤니티
0

formatdate

Engaged ,
Oct 13, 2013 Oct 13, 2013

I have a cfinput date field on the form, I have value from my query like "#myquery.Mydate#", but it gives me {ts .....} format,

Are there an yway to set the date format using short date format?

Your help and information is great appreciated,

Regards,

Iccsi,

1.2K
Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines

correct answers 1 Correct answer

Explorer , Oct 18, 2013 Oct 18, 2013

Sounds like your <INPUT> tag is not within a <CFOUTPUT>.  You could also change the <INPUT> to a <CFINPUT> to get it to evaluate the CF expressions.

Translate
Community Beginner ,
Oct 13, 2013 Oct 13, 2013
Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
Engaged ,
Oct 18, 2013 Oct 18, 2013

<input type="date" name="MyDate" id="MyDate" value="#DateFormat(#MySp.MyDate#, "Short")#"/>

I have above code, but the date field shows

#DateFormat(#MySP.MyDate#), not the format date information return from my data source.

Thanks again for helping,

Regards,

Iccsi,

Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
Explorer ,
Oct 18, 2013 Oct 18, 2013

Sounds like your <INPUT> tag is not within a <CFOUTPUT>.  You could also change the <INPUT> to a <CFINPUT> to get it to evaluate the CF expressions.

Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
Engaged ,
Oct 18, 2013 Oct 18, 2013

Thanks a million for helping and information,

Regards,

Iccsi,

Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
New Here ,
Oct 18, 2013 Oct 18, 2013

I am trying to print a line graph using CF Chart. I want to use non-numeric values in the y-axis, eg A, B, C, D etc or bad, good, very good, excellent etc.

I have no problems with numeric values.

If it cannot be done, I would at least like to display the y-axis labels as non-numeric at the scale points and use a numeric substitution for positioning.

Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
Advocate ,
Oct 23, 2013 Oct 23, 2013
LATEST

Kerry O\'Carroll wrote:

I am trying to print a line graph using CF Chart...

Kerry, please post your question in the Reporting sub-forum. You have posted in an existing thread here, which is not related to your question.

Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
Resources