I'm using a java based tool and there's a config option for a dateformat which I've set to "MM/dd/yy hh:mma" but it's apparently expected 'am' or 'pm', not 'a' or 'p' because the input dates aren't being recognized. e.g. 12/31/2008 3:28p
Is there such a SimpleDateFormat specification for this particular format? (Assumption on my part that this Java method is being utilized.) I'll ask the tool vendor next but SO seems to be 'the' place to go!
TIA