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,
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.
Copy link to clipboard
Copied
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,
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.
Copy link to clipboard
Copied
Thanks a million for helping and information,
Regards,
Iccsi,
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.
Copy link to clipboard
Copied
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.