-2

Is the function Now() in ColdFusion case sensitive? Can I use now() instead of Now()?

Guffa
  • 687,336
  • 108
  • 737
  • 1,005
Asim Zaidi
  • 27,016
  • 49
  • 132
  • 221
  • 2
    No and Yes. But the best way to answer this type of question is to experiment. Try it and see what happens :) – Leigh Oct 18 '10 at 18:00
  • 6
    lol... you should have just tried it yourself, takes you a second? – Henry Oct 18 '10 at 18:10

1 Answers1

8

Nope, not case sensitive. No ColdFusion functions are case sensitive.

Dan Short
  • 9,598
  • 2
  • 28
  • 53