Moe Posted January 18, 2006 Posted January 18, 2006 Why is it that the get_short_time_format() function returns this message: java.lang.NoSuchMethodException: For extension function, could not find method com.fmi.xslt.ExtensionFunctions.get_short_time_format([ExpressionContext,] #NODESET). Checked both static and instance methods. I am able to use other funtions. For example, the get_time('short') function works. This is my code: Thanks, Moe
Martin Brändle Posted January 18, 2006 Posted January 18, 2006 You are not allowed to pass parameters to get_short_time_format(). It just returns a format string for the short time format, which is 'h:mm a' Probably you intend to do the following:
Recommended Posts
This topic is 6876 days old. Please don't post here. Open a new topic instead.
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now