fellipedimelo
Posts: 5
|
| Posted: 07/14/2011, 8:06 AM |
|
Hey,
I have a calendar component and I need to set a value date for the componet to load with this parameter.
If I change the parameter CalendarioDate, no success.
Somebody know how to resolve?
Thank's
|
 |
 |
mamboBROWN
Posts: 1713
|
| Posted: 07/17/2011, 7:28 AM |
|
fellipedimelo,
We need more info. Did u create or purchase this calendar component? If u created it what programming language did u use? If u purchased it have u contacted the developer for help?
|
 |
 |
fellipedimelo
Posts: 5
|
| Posted: 07/18/2011, 4:21 AM |
|
Hey everybody!
I'm using Calendar component of CodeChargeStudio 4.3. Programming in PHP. My problem is when I want open the calendar sending a date specific. I saw that CalendarComponent use a parameter in URL called "CalendarDate", but, in my tests I put a date in CalendarDate but at to load with this date, the Calendar continue loading with current date.
Obs: The format that Calendar use in CalendarDate parameter is mm-yyyy. So I'm sending by this format.
|
 |
 |
datadoit
|
| Posted: 07/18/2011, 6:24 AM |
|
You'll be sending the CalDate, along with a day number of the year from
the CalDate if you want the focus to be on that day. Sample here: http://www.codechargecalendar.com
|
|
|
 |
kirchaj
Posts: 215
|
| Posted: 07/18/2011, 6:36 AM |
|
datadoit,
Is that calendar something you created? I am very interested in it for some needs I have here at the university.
TK
|
 |
 |
datadoit
|
| Posted: 07/18/2011, 6:54 AM |
|
It is, but it's not quite ready for primetime yet. Couple of more weeks
and should be ready for download.
|
|
|
 |
fellipedimelo
Posts: 5
|
| Posted: 07/18/2011, 7:51 AM |
|
Hey people! I resolved my problem. The parameter is CalendarioDate how I told in my post.
But the format of date was incorrect (mm-yyyy). The correct is (yyyy-mm) where "Calendario" is the name of my calendar component and Date the url parameter.
If you call in url the page that have calendar adding CalendarNameDate=yyyy-mm where CalendarName is the name of your calendar, yyyy, year and mm the month, the calendar component will load this date.
Thank's for your helps!
Felipe P. de Melo
felipe.petuco@gmail.com
|
 |
 |
kirchaj
Posts: 215
|
| Posted: 07/18/2011, 9:05 AM |
|
Thanks datadoit. I appreciate all of your work.
TK
|
 |
 |
JimmyCrackedCorn
Posts: 583
|
| Posted: 07/18/2011, 11:19 AM |
|
@datadoit, wow...that looks really interesting!
_________________
Walter Kempees...you are dearly missed. |
 |
 |
mamboBROWN
Posts: 1713
|
| Posted: 07/19/2011, 5:44 PM |
|
fellipedimelo,
Could you please put [RESOLVED] or [SOLVED] in the thread header. Thanks.
|
 |
 |