Skip to content

Instantly share code, notes, and snippets.

@abramadams
Last active August 29, 2015 14:22
Show Gist options
  • Save abramadams/7d05e5d3db7a036ff1ab to your computer and use it in GitHub Desktop.
Save abramadams/7d05e5d3db7a036ff1ab to your computer and use it in GitHub Desktop.
<select id="minutes">
<cfoutput>
<cfloop from="1" to="60" index="m">
<option>#numberFormat(m,'00')#</option>
</cfloop>
</cfoutput>
</select>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment