flex - Date and time conversion accroding to Zone using Flex3 -


i sending date , time in ( mm/dd/yyyy hh:mm) format india australia( booking date , time future), user in australia should show him according local time. australia 5 hrs , 30 mins past india. how using flex3. in advance.

-lavi

flex has no timezone calculation support built-in (you can local clock's offset , convert between utc time , local time , that's it), best bet conversion via server-call (with joda handling timezone calculations, includes dst offsets).


Comments

Popular posts from this blog

python - Scipy curvefit RuntimeError:Optimal parameters not found: Number of calls to function has reached maxfev = 1000 -

c# - How to add a new treeview at the selected node? -

java - netbeans "Please wait - classpath scanning in progress..." -