Tycoon Talk
Become a Big fish!
The number 1 forum for online business!
Post topics, ask questions, share your knowledge.
Tycoon Talk is part of Freelancer.com - find skilled workers online at a fraction of the cost.

PHP Forum


You are currently viewing our PHP Forum as a guest. Please register to participate.
Login



Freelance Jobs

Reply
Timesheet creation help
Old 09-01-2009, 10:57 PM Timesheet creation help
Junior Talker

Posts: 1
Trades: 0
Hey there guys, I'm having a bit of trouble doing something. What I have is a Timesheets page linked to a Unique identifier for each person. The sheet has a Week beginning list as well. I have the days listed Mon-Sun. I was wondering how I could make it so that the Week beginning could assign dates to each of the days (I.e. Week beginning = 1/1/09 so Monday = 1/1/09 and Tuesday = 2/1/09) I've looked around for sample code to help with this but I am unable to find any.

Thanks for the help.

Edit: If this is too hard to do, would it be easier to make an independant system that works off the date alone? i.e A dropdown box with a Date listed in it (Selecting the Year Month and Day) And then adding in Hours worked - A break?

Last edited by pilliy; 09-01-2009 at 11:09 PM..
pilliy is offline
Reply With Quote
View Public Profile
 
 
Register now for full access!
Old 09-04-2009, 02:30 PM Re: Timesheet creation help
portkey's Avatar
Skilled Talker

Posts: 55
Name: Erica Dion
Trades: 0
I'm not sure if this is what you're looking for but here's a shot. PHP does allow you to make times/dates. I'm not sure how you determine what date is when on this timesheet, if you base it on today's date or not but here is a couple simple examples using the function strtotime();

Code:
echo date('F d, Y',strtotime("04 September 2009"));
Code:
echo date('F d, Y',strtotime("last monday"));
__________________
Hysterical Web Design

Please login or register to view this content. Registration is FREE

Fair priced and reliable web design services that complement your website needs
portkey is offline
Reply With Quote
View Public Profile Visit portkey's homepage!
 
Reply     « Reply to Timesheet creation help
 

Thread Tools Search this Thread
Search this Thread:

Advanced Search

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are Off
Pingbacks are Off
Refbacks are Off





   
RSS Feed  Feeds: RSS   JS   XML
RSS Feed  Feeds for this forum: RSS   JS   XML



Page generated in 0.46641 seconds with 12 queries