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

cfloop: looping over a date or time range

Explorer ,
Nov 04, 2012 Nov 04, 2012
536
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 ,
Nov 04, 2012 Nov 04, 2012

The "m" mask char in timeFormat() is deprecated as of CF10, so you should not still be using it in your example code. It should be "n".

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 ,
Feb 05, 2013 Feb 05, 2013
LATEST

Currently the Attributes table says "1 day" is the default value for the 'index' attribute. However, it is actually the default value for the 'step' attribute. So the "1 day" should probably be moved from 'index' to 'step'.

Thanks!,

-Aaron

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