- November 28, 2011
- 190
- 244
- 59
- Home Country
- Italy
- Moderator
- #1
Hi All,
I needs to have the time splitted in two separated labels, one with actual hour and one with actual minutes. Searching in Wiki pages, looking at the example for Switch function in Skin Expressions page, I found what seems perfectly responding to my needs ( <define>#hour: date.extract('h', #time)</define> ), but unfortunately when I try to use that method, I always receive an error message (something like "SystemMissingMethodException: Impossible to find the member. In System.DefaultBinder.BindToMethod(BindingFlags BindingAttr, MethodBase[] Canidates, Object[]& Args, ParameterModifier[] Modifiers, CultureInfo....etc etc (...a very long string )) .
Please, is there a "good-hearted man" that can help me to find what is wrong?
Thank you very much
I needs to have the time splitted in two separated labels, one with actual hour and one with actual minutes. Searching in Wiki pages, looking at the example for Switch function in Skin Expressions page, I found what seems perfectly responding to my needs ( <define>#hour: date.extract('h', #time)</define> ), but unfortunately when I try to use that method, I always receive an error message (something like "SystemMissingMethodException: Impossible to find the member. In System.DefaultBinder.BindToMethod(BindingFlags BindingAttr, MethodBase[] Canidates, Object[]& Args, ParameterModifier[] Modifiers, CultureInfo....etc etc (...a very long string )) .
Please, is there a "good-hearted man" that can help me to find what is wrong?
Thank you very much