Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save trycf/e34d04a340a742492ae7b650709783e3 to your computer and use it in GitHub Desktop.
Save trycf/e34d04a340a742492ae7b650709783e3 to your computer and use it in GitHub Desktop.
TryCF Gist
<cfscript>
x=1;
settimezone("JST");
for (x=20; x < 31; x++) {
wrongweek=week("{ts '2020-12-#x# 00:00:00'}");
writeoutput("2020-12-#x# : " & wrongweek & "<br>");
}
</cfscript>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment