EasyUI Forum

General Category => EasyUI for jQuery => Topic started by: eggbert on August 18, 2011, 06:48:53 PM



Title: datebox date formatter
Post by: eggbert on August 18, 2011, 06:48:53 PM
Does the formatter for datebox work?

I'm simply trying to take a unix time stamp and set the value of the datebox but not having much luck.  parse and formatter seem to be non-functional. Even if I just return default values and try to do an alert("does this work") nothing happens.

Also, how can you disable days on the calendar? For example, disable days that are before the current date?





Title: datebox date formatter
Post by: Mahindra on September 30, 2011, 05:28:01 PM
I am trying to run an auto refreshing query that filters information added from the last 30 days, I am editting the SQL statement in Query using the statement belowWHERE repmon_0."repmon-date">= dateaddday,-30,getdateBut Im getting an error specifying that the column name cannot be found.  Can anyone help with this please?CheersTob