- Upvotes Received
- 0
- Posts with Upvotes
- 0
- Upvoting Members
- 0
- Downvotes Received
- 5
- Posts with Downvotes
- 3
- Downvoting Members
- 4
14 Posted Topics
i am creating a system and have problem with the function to convert year - year, month and date. the thing that i understand is the year is round for 365 days, and others i am not really understand of all. can you give explanation for this function so that … | |
i have create a function to calculate date. whenever i enter it to the system, there having extra date. why get like that. the coding is just like the below. [CODE]function calculateDate(value) { if (document.form.fromDate.value != null && value != null) { var date = getDate(document.form.fromDate.value); date.setDate(date.getDate() + parseInt(value)-1); var … | |
Re: i cannot open your information because i am just using Microsoft Office 2003. i am a trainee for a company. so, i just do for [B]online e-leave management[/B] [B]system[/B] debug error. the system was built from the last trainee. so, after i see the project, basicly, they do the ERD … | |
i am having a problem. whenever i use Internet Explorer, i enter my company system, there is some button i cannot click. whenever i use the latest one, Mozilla Firefox 3.5 above, i open my company system, the menu bar is gone. Is it the upgrade of the new one … | |
what is domain controller security policy? what is domain security policy? what is the difference of this two function? | |
[code]function calculateDate(value) { if (document.form.fromDate.value != null && value != null) { var date = getDate(document.form.fromDate.value); date.setDate(date.getDate() + parseInt(value)-1); var curr_date = date.getDate(); var curr_month = date.getMonth()+1; var curr_year = date.getFullYear(); var dateString = formatString(curr_date) + "-" + formatString(curr_month) + "-" + curr_year; document.form.toDate.value= dateString; } } function calculateValidDays() { … | |
authority means power right? but what is the meaning authority in Window Server 2003? can you explain briefly so i can clearly understand it. | |
what is the function of active directory domains and trust, active directory sites and services and, active directory users and computers in windows server 2003? | |
i have to debug the error for eleave system for a company. when i do the testing i define that having an extra day for the service length at the system. someone could help me? i don't want you to settle the problem for me, just tell me where can … | |
what is the real definition of computer server? when i do the research, some say computer that the program and provide service to client. some say individual computer on a LAN acting as service, some say not use directly - share the program. i do not know which one? help … | |
what is actually local printer and network printer? what is the difference between them ? and what are the advantages of sharing printer? i really have no idea about it. help me please. | |
i have to do IT manual operation of the company. can you explain about wireless keyboard. make it short but precise because it is manual. | |
"Ethernet Port This port looks a lot like the modem or telephone port but it is actually wider. You can use this port for networking and also connecting to the Internet. Ethernet." I got this phrase from Internet. what is the meaning of wider? i am not understanding at all. … | |
The End.