void ApplyDebugDateTag(JSDateVariable dateProperty, string literal)
            {
                ApplyDateTagMultiCore(new[] { dateProperty }, "2012", "August", "16");

                dateProperty.Literal = literal;
            }
            void ApplyDebugDateTag(JSDateVariable dateProperty, string literal)
            {
                ApplyDateTagMultiCore(new[] { dateProperty }, "2012", "August", "16");

                dateProperty.Literal = literal;
            }
 void ApplyDateTag(JSDateVariable dateProperty)
 {
     ApplyDateTagMulti(new [] { dateProperty });
 }
 void ApplyDateTag(JSDateVariable dateProperty)
 {
     ApplyDateTagMulti(new [] { dateProperty });
 }