95 : SELECT date, time_open, time_close
96 : FROM stores_hours_holidays
97 : WHERE store_id = <cfqueryparam cfsqltype="cf_sql_integer" value="#store_data.store_id#">
98 : AND convert(varchar, date, 101) = convert(varchar, getdate(), 101)
99 : </cfquery>
|