Click here to Skip to main content
15,878,945 members

Comments by hari111r (Top 15 by date)

hari111r 25-Nov-15 23:52pm View    
Thank suvendu, i found the solution using xaml. Please find my update above.
hari111r 25-Nov-15 23:50pm View    
Deleted
Hi I found myself in the above data template adding ConverterCulture={x:Static glob:CultureInfo.CurrentCulture} this will take care.

<datatemplate x:key="TimeFieldCellTemplate">
<textblock text="{Binding StringFormat=\{0:T\},ConverterCulture={x:Static glob:CultureInfo.CurrentCulture}}"
="" horizontalalignment="Right">


Note: T= long date format, t= Small date format.
hari111r 19-May-14 8:30am View    
No you can use this in WPF i used this in WPF
hari111r 7-May-14 9:26am View    
I tried with EXTRACT(TIMEZONE_REGION) but in the link itself it says "The ambiguity arises because the time zone numerical offset is provided in the expression, and that numerical offset may map to more than one time zone region." Any other way to find it or any thing i am missing here.
hari111r 7-May-14 8:52am View    
Hi Thanks for replay. I gives me only offset. I want time zone name. Is there any way to get the time zone name.