Hi all,
There is a new pascal magazine at http://www.blaisepascal.eu/
It might a good place to promote FreePascal and its technologies, e.g.
- fpc features and supported platforms
- lazarus IDE
- lazarus components
- mobile programming (wince, symbian)
- macOS support
- web framework (powtils,
On Sun, 6 Apr 2008, Bee wrote:
> > Have a look at http://www.morfik.com/ - a great way to creat pascal
> > web applications. No need for Perl/Ruby/Python. These tools are primitive
> > when compared to what Morfik does for you.
>
> I agree with Michael. Since I moved completely to Ubuntu and FP
Have a look at http://www.morfik.com/ - a great way to creat pascal
web applications. No need for Perl/Ruby/Python. These tools are primitive
when compared to what Morfik does for you.
I agree with Michael. Since I moved completely to Ubuntu and FPC/Laz, I
no longer follow Morfik's progress. I
Is there any function which gives me local time depending on system
locale settings?
> I assume that the problem is that your main clock is set to GMT, so then you
> have 1 hour timezone + 1 hour summer time difference.
>
> IOW, you need to correct that result for time differences.
_
> I have this simple demo (in ubuntu, using fpc 2.2.0, locale is sk_SK.utf8):
>
> program test;
> uses SysUtils;
> begin
> writeln(DateTimeToStr(now));
> end.
>
> When I compile it and run it it print 13:44:
>
> $ ./test
> 6-4-08 13:44:32
>
> But the actual date is 15:44:
>
> $ date
> Ne apr
Hi.
I have this simple demo (in ubuntu, using fpc 2.2.0, locale is sk_SK.utf8):
program test;
uses SysUtils;
begin
writeln(DateTimeToStr(now));
end.
When I compile it and run it it print 13:44:
$ ./test
6-4-08 13:44:32
But the actual date is 15:44:
$ date
Ne apr 6 15:44:35 CEST 2008
What'
On Sun, Apr 6, 2008 at 12:15 PM, Michael Van Canneyt
<[EMAIL PROTECTED]> wrote:
>
>
> On Sun, 6 Apr 2008, ik wrote:
>
> > Hello,
> >
> > After a month (a bit more) of writing the above post, I finally
> > released it in my blog:
> > http://idkn.wordpress.com/2008/04/06/why-im-choosing-object-
On Sun, 6 Apr 2008, ik wrote:
> Hello,
>
> After a month (a bit more) of writing the above post, I finally
> released it in my blog:
> http://idkn.wordpress.com/2008/04/06/why-im-choosing-object-pascal/
Just one remark:
Have a look at http://www.morfik.com/ - a great way to creat pascal
web a
Hello,
After a month (a bit more) of writing the above post, I finally
released it in my blog:
http://idkn.wordpress.com/2008/04/06/why-im-choosing-object-pascal/
Ido
--
http://ik.homelinux.org/
___
fpc-pascal maillist - fpc-pascal@lists.freepascal.o