Software :: Read Date In Format Of 12/04/2010?

Oct 21, 2010

i want to know that how we can read date in format of 12/04/2010

in bash shell script

i mean , i want to read date form key board

i want that the user give input in the form of 12/04/2010 and then system varify that the entered date formate is correct or not. if it is valid , system will print echo " valid date" otherwise system will print echo "invalid date format"

View 2 Replies


ADVERTISEMENT

Software :: Getting Date Command To Output In Format 08-Dec-2010?

Dec 8, 2010

How can format the date command to output the following format 08-Dec-2010.

View 3 Replies View Related

Ubuntu :: Get A Space Between The Date 2010 And The Time 12:29:29pm?

Jul 31, 2010

echo "testavast`date +%m-%d-%Y%l:%M:%S%P`" | cat >> /home/lance/report/update.txt

i get testavast07-31-201012:29:29pm

how do i get a space between the date 2010 and the time 12:29:29pm

View 1 Replies View Related

Fedora :: Date Format In Dolphin

Aug 18, 2011

I have Fedora 15, with gnome and KDE core because I want to use Dolphin. The language of the OS is English so it shows dates in mm/dd/yyyy format. How can I get it to show dd/mm/yyyy or another format?

View 9 Replies View Related

Ubuntu :: Changing The Date Format?

Oct 12, 2010

Is it possible to change the date format in Ubuntu 10.04 from the American mm/dd/yyyy to the British format of dd/mm/yyyy? I have looked at the Time/Date settings but cannot see any way of changing the date format

View 4 Replies View Related

Debian :: How To Change DATE / TIME Format

Jul 23, 2011

I set my location, but Debian displays DATE in some messed format. I would expect such neat OS to recognize all those local settings based on my location, but that's not the case. It seems that Debian follows locale settings by set language (which is en_us in my case, as I guess in majority uses) or this format is default in any case

I would like to set date/time to DD.MM.YY. hh:mm:ss, and programs that display date data to follow this setting. Simply put, in Windows there is Control Panel and you set location, then OS uses some regional settings, like currency, separators, date/time format.

View 7 Replies View Related

Fedora :: Can't Change Date / Time Format In F15

Jul 10, 2011

In the past, I just edited the /usr/share/gnome-shell/js/ui/dateMenu.js file to alter the date and time format. Today when I tried that, it crashed GNOME Shell and wouldn't let it start..

View 4 Replies View Related

Fedora :: How To Customize Date / Time Format

Aug 7, 2011

For some reason, thunderbird uses some random order for the date elements, e.g. MM/DD/YY. I need to change it to YYYY/MM/DD but haven't found where! There is no option in TB to configure this so I guess it just picks some default from regional settings? Where do I need to go to set the date format to its logical form?

View 3 Replies View Related

OpenSUSE :: Change Date Format In Thunderbird?

Sep 3, 2010

I am using kde 4.4.4 and thunderbird. I would like to change how thunderbird shows the date. Now it is shown as 12.31.1980 and I would like to use 31.12.1980.

I am not sure if this is a thunderbird option (didnt find any) or a gtk option and how to configure that using kde.

View 9 Replies View Related

Ubuntu :: Clock Applet Date Format?

Apr 28, 2010

I could find nothing on it. I want to change the date format for the clock in the upper right corner of the screen so that instead of reading [Wed 28 Apr, 11:51 AM] I will say [Wed 11:51 AM].

View 6 Replies View Related

Ubuntu :: Date Format Does Not Follow Locale / Fix It?

Jun 12, 2010

The date displayed in my panel is in the American format: Sat Jun 12, but my locale is set to Australian for everything. I have tried switching to different regions (System->Administration->Language Support), but this appears to have no effect on the date format.

Is this a bug? Anyone know how to fix it? code...

View 8 Replies View Related

Software :: Possible To Changestamp's Date / Time Format

Jul 12, 2011

In KWrite, you can make a datestamp and timestamp by pressing F7 for a command line and typing "date" therein. I just wondered: is it possible to change the stamp's date/time format, which is mm/dd/yy 24-hour time format? That's fine, but I wish the stamp could include the day of the week. (I use KWrite to keep a text-only personal journal. Any suggestions that I use a different program are welcome but are beside the point.)

I looked through the editor settings options, but found nothing relevant. The settings don't mention the F7 command line and the datestamp/timestamp at all; the only reason I know is because I once asked if there was a way to make one, as in Windows Notepad.

View 2 Replies View Related

Debian Multimedia :: Change Date Format Across Whole System?

Jan 13, 2015

I'm having an US American date format that drives me totally nuts, like MM/DD/YY. Today is 1/13/15. It seems to appear across the system (GNOME 3), from Skype to IceDove to Nautilus. So my hope is there is a central instance where I can change this. I would prefer to have 13-Jan-15 or 13-Jan-2015 or at the very least 13/01/2015, i.e. in some order consistent with my European brain.

View 7 Replies View Related

Ubuntu :: Change The Date Format So That It's- Month-Day-Year?

May 13, 2010

I use an email program that shows the date as, 10-4-26.....which means the year 2010 (10) April (4) 26th day.

How do I change the date format so that it's- Month-Day-Year?

I want this changed system wide so all dates are shown in the format I want.

View 2 Replies View Related

Ubuntu :: Date Format Wrong For Sydney Australi?

Apr 30, 2011

Just updated to natty last night, still coming to grips with Unity, but the date format for Sydney Australia shows as Year-Month-Day instead of Day-Month-Year, tried changing it manually, but it just changes it's self back to what it was. Still coming to grips with the launcher, but do not like the black back ground used in the dash, would like to be able to change it. Would also like to make the icons in the launcher smaller than 32.

View 3 Replies View Related

Software :: Change Date Format In Mysql Table?

Jun 26, 2011

I want to insert a acess log file to mysql table.

my log file look like this;

08/Apr/2011 10:51:19 http://v4.netlogstatic.com/v6.00/385...t.messenger.js
08/Apr/2011 10:51:19 http://download.windowsupdate.com/ms...536945da07.exe
08/Apr/2011 10:51:19 http://www.google.lk/search?
08/Apr/2011 10:51:19 http://clients1.google.lk/generate_204

[Code].....

i want to insert this in to a table which having datetime (as it is in log file) and the site visited.

I created a mysql table using DATE using the date type and the TIME suing time type.but once i loaded this log to table date field shows empty. like following.

| 0000-00-00 | 04:18:29 | http://www.espncricinfo.com/navigati...scorecard.css?

how can I solve this problem.your responses are highly. My table should look like the following

| 08/Apr/2011 | 10:51:19 | http://www.radioeksen.com/song.txt

View 1 Replies View Related

Software :: Change Date Format For Birthdays In Evolution?

Mar 27, 2010

After installing Evolution, the date format for entering birthdays was MDY. I edited the preferences and see under contacts it was set to "Use locale default" (which it identifies correctly, but should therefore have been using DMY).

I changed the format to a preset item in the drop-down selection to force it to %d.%m.%y %H:%M:%S which didn't change the birthday field behaviour. Have done the same in Calendar and Tasks, still no change.

if/where you can change the date format for the Birthday field in contacts in Evolution?

View 1 Replies View Related

Programming :: Converting Date Format In A Comma Separated Field?

Apr 9, 2010

I am in the process of learning some scripting, however I am running into a roadblock in specifying a certain time format in the array. Ideally I would like to use Here are the lines of text that I am interrogating:

1123,3/25/2010,00:14 Thu,33229
1124,3/26/2010,13:30 Fri,33230
1125,3/27/2010,04:49 Sat,33231

[code]...

View 2 Replies View Related

General :: Load The Local .csv File Into Mysql Server The Date Format Varies?

May 25, 2010

When i load the local .csv file into mysql server the date format varies.Its mis matching.How to solve and match this.

View 1 Replies View Related

Fedora :: Doesn't Seem To Be Able To Read The Latest .swf Format

Jan 28, 2011

I tried Gnash but it doesn't seem to be able to read the latest .swf format. Is there some alternative that someone can recommend?

View 2 Replies View Related

Ubuntu :: Infected USB Pen Drive Read-only - Can't Format

Feb 1, 2010

I got some documents scanned today and had them put in a USB drive. The shopkeeper informed me that it has a virus, yet he transferred the files onto the USB drive. When I put it into my computer ten minutes later, the drive was not getting mounted. I read up and tried installing usbmount. After installing that, I managed to mount the drive. However, the drive was read-only on Ubuntu. On Windows, I found a virus and tried unsuccessfully to delete it (read-only). I tried again on Ubuntu, but didn't manage to delete the infected file (ReCyCleR/sEtuP.exe). I have now backed up all the files on the disk (except, obviously, the ReCyCleR directory). When I try to format the drive using gParted, I get:

[Code]....

View 6 Replies View Related

Ubuntu :: Cannot Format FC Hard Drive - Unable To Read

Sep 8, 2010

Below is results from attempt at formatting my hard drive. As you can see a driver is installed, but not working. Perhaps something is missing? Seems a bit odd that a "unable to read" comes back when disk data is reported. The drive just went through a low level format. BTW this is a fiber channel drive. Also on board are 5 scsi drives. Adaptec raid card. Not sure if that would have any relevance, but there you are.

barry@vm1:~$ sudo lshw -C disk
*-disk
description: SCSI Disk
product: ST173404 CLAR72
vendor: SEAGATE
physical id: 0.0.0
bus info: scsi@1:0.0.0
logical name: /dev/sdb
version: 3A98
serial: 3CE0SRYL00007142FHAW
capacity: 67GiB (72GB)
capabilities: 10000rpm
configuration: ansiversion=3
barry@vm1:~$ sudo fdisk /dev/sdb
Unable to read /dev/sdb .....

View 4 Replies View Related

Ubuntu :: Cannot Read Video File In ASF/WMV Format With Firefox?

Jun 14, 2011

I am presently running Firefox version 3.6.13 under Ubuntu 10.10 and I am trying without any success to play a file in Windows format.I have removed the totem-mozilla pluginI have re-installed gnome-mplayer & gecko-mediaplayer plugins. The ads-on is saying that Gecko Media Player 0.9.9.2 Video Player Plug-in for QuickTime, RealPlayer and Windows Media Player streams using Mplayer is installed.Also try to stream a MMSH to 127.0.0.1:8080 using ASF/WMV, DIVX3 & MP3 from VLC and the only thing I could get from Firefox was: Could not demultiplex streamCan somebody confirm me that the gnome-mplayer& gecko-mediaplayer plugins are capable of reading ASF format

View 2 Replies View Related

Hardware :: Format A SD Card That's Recognized As A Read-only File?

Feb 25, 2011

I've got some trouble trying to format a SD card. I tried to format it in the GUI and the terminal, but couldn't make it. I couldn't even copy or move any file to the directory in the SD card, even logged as root.
It's a SD card from a digital camera. When I insert it in the camera, it says the card is blocked, so that it's not possible to take any picture.

I tried using "fdisk" to set a new fyle system in it, and tried "mkdosfs" trying to format it under the current file system.

View 4 Replies View Related

General :: Read File Permissions In 0644 Format?

Dec 17, 2010

Is there a Linux command, or a series of commands, which will allow me to get the permissions of a file in "0644" format?

View 9 Replies View Related

General :: Setting Time And Date / Setting Calendar Format?

May 14, 2010

Have installed Suse 11.2. how can I change the calendar format dd/mm/yyyy and how to configure the system to sync.from an ntp?

View 1 Replies View Related

Programming :: What Date Format DOES Work With "touch -d"?

Aug 2, 2010

I'm hardly keen on using (strictly, only or just) -t, --date=, -m -t, -c -m or -a -t, for all of which I'm clued in to their respective working date syntaxes, but if I must, I will. Frankly -d still boggles. I'd like to think there IS a correct format or formats, else why would they carry it forward in a coreutil command from (whenever it was first written) to the latest updates for the several distros?

Or is it so obvious I can't see the forest for the smell of the trees?

View 2 Replies View Related

Fedora Hardware :: Flash Read Only Cant Transfer File Or Format?

Jan 20, 2011

i have problem my flash memory was working file then suddenly it says read only file system cant format either

View 1 Replies View Related

Ubuntu :: Hhd Format Error \ Unable To Read The Folders Or Files In The Drive?

Jan 15, 2010

i was trying to format one drive, accidentally formated another, told the format process to stop, and i'm unable to read the folders or files in the drive. i see some greek, odd symbols... But cant open the folders.

View 8 Replies View Related

General :: Cannot Read / Write SD Card After Improper Format (sector Size 0) - Fix It?

Jun 12, 2011

I was attempting to reformat a 16GB MicroSD card in my camera when the battery died mid-way. After that, any time I try to read the card in my camera, it gives me a "Card Error" and does not allow me to reformat it in my camera.

So, I thought I would plug the camera in to the laptop with it set to host the card as media when plugged in as USB, in an attempt to fix the formatting issue.

However, when I plug it in to my linux machine, it does not register as a device (e.g., /dev/sda) due to some errors, therefore I cannot reformat it. Essentially, I think I need to fix the partition table but I'm not sure how to when it doesn't register as a device. code...

View 7 Replies View Related







Copyrights 2005-15 www.BigResource.com, All rights reserved