Jump to content

apalmer

Registered Users - Approved
  • Posts

    7
  • Joined

Everything posted by apalmer

  1. That worked great. But I need to tweak it so that it's whatever date the user enters into the field, not just today's date. I have a couple of fields that will be filled out and want all of them to have the Spanish format. Field("Date1") Field("Date2") Field("Date3") Field("Date4") Any ideas?
  2. I've been formatting the dates in my pieces successfully using: var MyDate = Field("Date1"); return FormatDate(MyDate, "ld, lm d, yyyy"); Is there a way to have the ld, lm, d, yyyy show up in a Spanish format? I see that the correct way to format a date in Spanish is (ld d de lm de yyyy) like so: martes 12 de octubre de 2011. Angie
×
×
  • Create New...