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

DateFormat

Explorer ,
Jan 05, 2009 Jan 05, 2009
How do you show dateformat in quarters? I have only seen options for month, days and years.
398
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

LEGEND , Jan 05, 2009 Jan 05, 2009
Ok, now I apologize.


Looking at the ColdFusion documentation I see that dateFormat() does not
have the 'q'uarter parameter. But under 'date functions' of that
documentation I found that datePart() does.



Translate
LEGEND ,
Jan 05, 2009 Jan 05, 2009
gitobu wrote:
> How do you show dateformat in quarters? I have only seen options for month, days and years.
>

And a quick look at any ColdFusion documentation would show a whole
bunch more.....
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
... such as 'q'.

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
LEGEND ,
Jan 05, 2009 Jan 05, 2009
LATEST
Ok, now I apologize.


Looking at the ColdFusion documentation I see that dateFormat() does not
have the 'q'uarter parameter. But under 'date functions' of that
documentation I found that datePart() does.



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