الانتقال إلى المحتوى
View in the app

A better way to browse. Learn more.

مجموعة مستخدمي أوراكل العربية

A full-screen app on your home screen with push notifications, badges and more.

To install this app on iOS and iPadOS
  1. Tap the Share icon in Safari
  2. Scroll the menu and tap Add to Home Screen.
  3. Tap Add in the top-right corner.
To install this app on Android
  1. Tap the 3-dot menu (⋮) in the top-right corner of the browser.
  2. Tap Add to Home screen or Install app.
  3. Confirm by tapping Install.

كيف أضيف التاريخ عنطريق jsp

Featured Replies

بتاريخ:

بسم الله الرحمن الرحيم

كيف أضيف التاريخ من jsp الى Oracl
وكيف اجعل القيمة الافتراضية تاريخ الجهاز
ماهو المتغير الذي يقبل التاريخ

تم تعديل بواسطة سدير

بتاريخ:

يجب تخزين القيمة في اوبجكت من نوع Date قبل اضافته للداتابيز كالتالي

String dateFromForm = request.getParameter("theDate");
SimpleDateFormat sd = new SimpleDateFormat("dd/MM/yyyy");
Date date1 = sd.parse(dateFromForm);

بتاريخ:
  • كاتب الموضوع

رسالة الخطاء

org.apache.jasper.JasperException: Unable to compile class for JSP

An error occurred at line: 11 in the jsp file: /mo/tset.jsp
Generated servlet error:
C:\Program Files\Apache Software Foundation\Tomcat 5.0\work\Catalina\localhost\_\org\apache\jsp\mo\tset_jsp.java:65: cannot resolve symbol
symbol  : class SimpleDateFormat 
location: class org.apache.jsp.mo.tset_jsp
SimpleDateFormat sd = new SimpleDateFormat("dd/MM/yyyy");
^


An error occurred at line: 11 in the jsp file: /mo/tset.jsp
Generated servlet error:
C:\Program Files\Apache Software Foundation\Tomcat 5.0\work\Catalina\localhost\_\org\apache\jsp\mo\tset_jsp.java:65: cannot resolve symbol
symbol  : class SimpleDateFormat 
location: class org.apache.jsp.mo.tset_jsp
SimpleDateFormat sd = new SimpleDateFormat("dd/MM/yyyy");
                         ^
2 errors

tset.jsp

تم تعديل بواسطة سدير

بتاريخ:

حلمك علينا اخ سدير .. :P

هل قرأت عن الكلاس SimpleDateFormat ؟
إن قرأت عنه ستجد فيه الفائدة الكثيرة راجع هذا الرابط
http://java.sun.com/j2se/1.4.2/docs/api/ja...DateFormat.html

انت في حاجة الى عمل Import للباكج java.text

انضم إلى المناقشة

يمكنك المشاركة الآن والتسجيل لاحقاً. إذا كان لديك حساب, سجل دخولك الآن لتقوم بالمشاركة من خلال حسابك.

زائر
أضف رد على هذا الموضوع...

برجاء الإنتباه

بإستخدامك للموقع فأنت تتعهد بالموافقة على هذه البنود: سياسة الخصوصية

Account

Navigation

البحث

إعداد إشعارات المتصفح الفورية

Chrome (Android)
  1. Tap the lock icon next to the address bar.
  2. Tap Permissions → Notifications.
  3. Adjust your preference.
Chrome (Desktop)
  1. Click the padlock icon in the address bar.
  2. Select Site settings.
  3. Find Notifications and adjust your preference.