Skip to content
View in the app

A better way to browse. Learn more.

FMForums.com

A full-screen app on your home screen with push notifications, badges and more.

To install this app on iOS and iPadOS
  1. Tap the Share icon in Safari
  2. Scroll the menu and tap Add to Home Screen.
  3. Tap Add in the top-right corner.
To install this app on Android
  1. Tap the 3-dot menu (⋮) in the top-right corner of the browser.
  2. Tap Add to Home screen or Install app.
  3. Confirm by tapping Install.

Date and swedish letters

Featured Replies

I made a solution in Filemaker 6 Unlimited with Apache and FX.php. The datefield in the database was yyyy-mm-dd and was published in that way on the website.

Now I have upgraded the database to Filemaker 8 and are using FMSA 8 with IIS and FX.php and the date is still yyyy-mm-dd in the database but are published on the website as mm/dd/yyyy.

I thought first the problem was that the server that I tested the upgraded solution had an english OS but when I tested it on a machine with swedish OS, the problem was still there.

made a query to the database with the datefield (format yyyy-mm-dd) and with 1 matching record just to see what it would return.

$query_sjuk_search = new FX($serverIP, $port);

$query_sjuk_search -> SetDBData ($database,'franvaro_webb','all');

$query_sjuk_search -> SetDBPassword($webpassword,$webusername);

$query_sjuk_search -> AddDBParam ('personnummer', '999999-0001');

$query_sjuk_search -> AddDBParam ('datum', '2006-01-19');

$resultat_sjuk_search = $query_sjuk_search -> FMFind();

But when I echo the result I get 0 matching record?

I tried to post another query to the database to another field in the same database in Filemaker that use a valuelist with some specified values.

When the specified values contains swedish letters (å, ä and ö) I got 0 matching records (for example SJUKANMÄLD).

When I search in the same field on values that doesn't contain the swedish letters I got matching records (for example LEDIGHET).

When I make a search to get all the records and show them on the website the swedish letters are presented correct.

So what to do?

  • 3 months later...
  • Newbies

Maybe a bit late, but I do work with similar problems at the moment. So far as I can see, the coding of these special characters is different, depending on the way they "go". "

Create an account or sign in to comment

Important Information

By using this site, you agree to our Terms of Use.

Account

Navigation

Search

Search

Configure browser push notifications

Chrome (Android)
  1. Tap the lock icon next to the address bar.
  2. Tap Permissions → Notifications.
  3. Adjust your preference.
Chrome (Desktop)
  1. Click the padlock icon in the address bar.
  2. Select Site settings.
  3. Find Notifications and adjust your preference.