<cfset startDate= "2004/08/01">
<cfset endDate = "2004/09/01">
<cfloop from="#startDate#" to="#endDate#" index="i">
  <cfoutput>
  #DateFormat(i, "yyyy/mm/dd")#<br />
  </cfoutput>
</cfloop>

Via John Bs personal Blog

相关文章:

猜你喜欢
  • 2021-12-22
  • 2022-12-23
  • 2021-08-13
  • 2022-12-23
  • 2021-08-07
  • 2021-07-17
相关资源
相似解决方案