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

formatdate

Engaged ,
Oct 13, 2013 Oct 13, 2013

Copy link to clipboard

Copied

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,

Views

1.0K

Translate

Translate

Report

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.

Votes

Translate

Translate
Community Beginner ,
Oct 13, 2013 Oct 13, 2013

Copy link to clipboard

Copied

Votes

Translate

Translate

Report

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

Copy link to clipboard

Copied

<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,

Votes

Translate

Translate

Report

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

Copy link to clipboard

Copied

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.

Votes

Translate

Translate

Report

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

Copy link to clipboard

Copied

Thanks a million for helping and information,

Regards,

Iccsi,

Votes

Translate

Translate

Report

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

Copy link to clipboard

Copied

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.

Votes

Translate

Translate

Report

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

Copy link to clipboard

Copied

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.

Votes

Translate

Translate

Report

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
Documentation