You can use my Easy Tagging script http://project-gc.com/Tools/Challenges?edit&addTag&scriptId=652
With the following config:
{ "challenge":
[
"with name '1st' find 1 caches where visitdate_month_day == '1201'.",
"with name '2nd' find 2 caches where visitdate_month_day == '1202'.",
"with name '3rd' find 3 caches where visitdate_month_day == '1203'.",
"with name '4th' find 4 caches where visitdate_month_day == '1204'.",
"with name '5th' find 5 caches where visitdate_month_day == '1205'.",
"with name '6th' find 6 caches where visitdate_month_day == '1206'.",
"with name '7th' find 7 caches where visitdate_month_day == '1207'.",
"with name '8th' find 8 caches where visitdate_month_day == '1208'.",
"with name '9th' find 9 caches where visitdate_month_day == '1209'.",
"with name '10th' find 10 caches where visitdate_month_day == '1210'.",
"with name '11th' find 11 caches where visitdate_month_day == '1211'.",
"with name '12th' find 12 caches where visitdate_month_day == '1212'.",
"with name '13th' find 13 caches where visitdate_month_day == '1213'.",
"with name '14th' find 14 caches where visitdate_month_day == '1214'.",
"with name '15th' find 15 caches where visitdate_month_day == '1215'.",
"with name '16th' find 16 caches where visitdate_month_day == '1216'.",
"with name '17th' find 17 caches where visitdate_month_day == '1217'.",
"with name '18th' find 18 caches where visitdate_month_day == '1218'.",
"with name '19th' find 19 caches where visitdate_month_day == '1219'.",
"with name '20th' find 20 caches where visitdate_month_day == '1220'.",
"with name '21st' find 21 caches where visitdate_month_day == '1221'.",
"with name '22nd' find 22 caches where visitdate_month_day == '1222'.",
"with name '23rd' find 23 caches where visitdate_month_day == '1223'.",
"with name '24th' find 24 caches where visitdate_month_day == '1224'.",
"fulfilled within 25 days." ,
"if win output table gccode, cache_name as 'Name', visitdate as 'Visit Date'." ]
}