Quantcast
Channel: FileMaker Forum > Report an issue
Viewing all articles
Browse latest Browse all 3510

Time formatting bug Instant Web Publishing (3 Comments)

$
0
0

Issue report by Benjamin Vetter

Product

FileMaker Server

Version

12

Operating system version

Windows server 2008

Description of the issue

Hi,

when using Filemaker 12 server we encountered a time formatting bug in the web publishing engine,
which is probably due to using the german server version?!

Please take a look at the following response from the IWP:

<?xml version ="1.0" encoding="UTF-8" standalone="no" ?>
<!DOCTYPE fmresultset PUBLIC "-//FMI//DTD fmresultset//EN" "...">
<fmresultset xmlns="http://www.filemaker.com/xml/fmresultset" version="1.0">
<error code="0"></error>
<product build="3/15/2012" name="FileMaker Web Publishing Engine" version="12.0.1.150"></product>
<datasource database="..." date-format="MM/dd/yyyy" layout="..." table="..." time-format="HH:mm:ss" timestamp-format="MM/dd/yyyy HH:mm:ss" total-count="83915"></datasource>
<metadata>
...
<field-definition auto-enter="no" four-digit-year="no" global="no" max-repeat="1" name="d_DatumKurs" not-empty="no" numeric-only="no" result="date" time-of-day="no" type="normal"></field-definition>
...
</metadata>
<resultset count="1" fetch-size="1">
<record mod-id="0" record-id="84304">
...
<field name="d_DatumKurs"><data>12.16.2013</data></field>
...
</record>
</resultset>
</fmresultset>

Obviously, the date 12.16.2013 is not correctly formatted according to date-format="MM/dd/yyyy". The formatting of date time values is even worse: 12 10:58:12.16.2013

Viewing all articles
Browse latest Browse all 3510

Trending Articles