Home
Screenshots
Showcase
Features
Download
Purchase
Online Community
Documentation
Contact Us
Download the free trial version
Features
Tutorials and manuals
Showcase
Screenshots
Android Development Forum - Basic4android
>
Basic4ppc (Windows Mobile)
>
Questions (Windows Mobile)
How I have compare date?
User Name
Remember Me?
Password
Documentation Wiki
Register
Members List
B4P Search
Today's Posts
Mark Forums Read
Questions (Windows Mobile)
Post any question regarding Basic4ppc.
How I have compare date?
LinkBack
Thread Tools
Display Modes
#
1
(
permalink
)
09-20-2007, 09:05 AM
epatrik
Newbie
Join Date: Sep 2007
Posts: 3
How I have compare date?
How I have compare date?
If Date(Table2.Cell",1)) >= Date(Calendar4.Value) Then
Code.....
End if
Error description:
Input stringer was music land and correct form.
#
2
(
permalink
)
09-20-2007, 09:09 AM
Erel
Administrator
Join Date: Apr 2007
Posts: 15,734
Awards Showcase
Total Awards
: 1
Just remove the Date keywords:
If Table2.Cell(...) >= Calendar4.Value Then
#
3
(
permalink
)
09-20-2007, 09:33 AM
epatrik
Newbie
Join Date: Sep 2007
Posts: 3
Same problem.
Calendar4.Format = "dd-mm-yyyy"
X = "30-09-2007"
If X >= Calendar4.Value Then
MsgBox(X)
End If
#
4
(
permalink
)
09-20-2007, 09:36 AM
Erel
Administrator
Join Date: Apr 2007
Posts: 15,734
Awards Showcase
Total Awards
: 1
You need first to convert the string into a date value using DateParse:
If DateParse(X) >= Calendar4.Value Then...
#
5
(
permalink
)
09-20-2007, 09:54 AM
epatrik
Newbie
Join Date: Sep 2007
Posts: 3
Much thanks already it steps.
«
Previous Thread
|
Next Thread
»
Currently Active Users Viewing This Thread: 1
(0 members and 1 guests)
Thread Tools
Show Printable Version
Email this Page
Display Modes
Linear Mode
Switch to Hybrid Mode
Switch to Threaded Mode
Posting Rules
You
may not
post new threads
You
may not
post replies
You
may not
post attachments
You
may not
edit your posts
vB code
is
On
Smilies
are
On
[IMG]
code is
On
HTML code is
Off
Trackbacks
are
Off
Pingbacks
are
Off
Refbacks
are
On
Similar Threads
Thread
Thread Starter
Forum
Replies
Last Post
working with date
gjoisa
Questions (Windows Mobile)
3
03-29-2008
09:40 AM
How to get the value of date substraction ?
gjoisa
Questions (Windows Mobile)
1
02-11-2008
09:15 AM
filter for date
manu
Questions (Windows Mobile)
2
06-09-2007
01:13 PM
Can we compare imagelist items?
Cableguy
Questions (Windows Mobile)
1
06-02-2007
05:03 PM
How can i compare 2 Dates
Fontanus
Questions (Windows Mobile)
3
05-04-2007
09:37 PM
All times are GMT. The time now is
11:16 AM
.
Contact Us
-
Basic4android - Android programming
-
Top
Powered by vBulletin® Version 3.6.12
Copyright ©2000 - 2012, Jelsoft Enterprises Ltd.
Search Engine Friendly URLs by
vBSEO
3.3.0
LinkBack
LinkBack URL
About LinkBacks