Advertisement
Guest User

Untitled

a guest
Aug 10th, 2019
176
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. <cfloop from = "#URL.Start#" to = "#url.End#" index = "MyMonth" step = "1">
  2.     <cfoutput> #MonthAsString(myMonth)# </cfoutput>
  3. </cfloop>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement