XSLT 1.0: Converting date/time to local timezone -


my xml has tag 2 separate properties, formatted_date has day.month.year format (e.g. formatted_date="02.10.2012") , time has hours:minutes format (e.g. time="23:00").

i'm trying find way convert these somehow local timezone. i'm using xslt 1.0 since php-xsl can support far understand.

any ideas?

there no way in 'pure' xslt 1.0, must use kind of extension allow call external functions within xslt. possible in .net, environment familiar with, appears possible in php - see http://us3.php.net/manual/en/xsltprocessor.registerphpfunctions.php


Comments

Popular posts from this blog

delphi - How to convert bitmaps to video? -

jasper reports - Fixed header in Excel using JasperReports -

python - ('The SQL contains 0 parameter markers, but 50 parameters were supplied', 'HY000') or TypeError: 'tuple' object is not callable -