Displaying 20 results from an estimated 10000 matches similar to: "Date field-------------------"
2008 Apr 03
1
3.0.1pre3 - date/time discrepancy in the log
I'm using the very latest 'version 3.0.1pre3 protocol version 30', on
both ends, and have seen a date/time discrepancy in the log on the
receiver. The sending machine (machineA) is in US CDT while the receiver
is in US PDT. Both sender and receiver have their time set correctly.
a contiguous snippet from the log on the receiver : (note the first
three timestamps are correct:)
2006 Aug 01
0
Custom Autocomplete Field - Making a field lowercase
I''m trying to humanize() the results that appear in the autocomplet drop
down list.
First i customised the controller.
In the render line on the controller it is saying "i want to use locality on
each of the @items".
So locality is what i want to humanize".
My ideas so far is to:
Customise the PostCode object so that when auto_complete_result trys to call
2012 Jul 04
2
Date
Hi
I have monthly data and the dates are in MM/YY Format
I need to convert them into DD/MM/YY format by pasting 01 in place of DD to
all the observations in my Year Column
ex:
Year Stock Prices
01/2000 1
02/2000 2
03/2000 3
I need to convert them to
Year Stock Prices
01/01/2000 1
01/02/2000 2
01/03/2000
2002 Feb 13
2
formatting date strings
Hi all
I am a relatively new R user so please excuse this question if it has been
covered some where else, just tell me where to find it.
I have a simulation model that out puts dates in a standard dd/mm/yy format
R reads this as a factor and I cant find anything that will allow me to
convert them to a date. In S+ I have used a chron() function that required
you to specify the format of the
2006 Jan 19
0
Input date in different format
Hey there,
I would like to be able to enter dates in a few different formats. As
well as the standard 2006-01-01 format I want to be able to enter it in
m/d/yy format (eg 1/1/06 for 2006-01-01), and d mmm yy (eg 1 Jan 06).
What''s the simplest way to do this? I had a go at changing
ActiveRecord::ConnectionAdapters::Column.string_to_date, and that
*seems* to work, but I''m not
2009 Mar 26
1
Re: [Solved] Can wine change short date format?
I've googled and STF'd, but alas cannot find any instructions regarding changing the short date format to dd/mm/yy
Can edit the registry, and change the win.ini file, but my windoze app still displays mm/dd/yy.
Grateful for any pointers to the instructions for how to fix.
TIA's
2003 Apr 27
2
CVS Revision Tag Date Format Question
I am having problem with getting the src from the cvs server for a specific
date
I read the the man page and it said the date format is :
"date=[cc]yy.mm.dd.hh.mm.ss
This specifies a date that should be used to select the revi- sions that are
checked out from the CVS repository. The client will receive the revisions
that were in effect at the specified date and time. At present, the date
2005 Jul 01
0
wine freeze by clicking in "input-field"
Hello
Im trying to use a special program ("afsfakt") for my company
with wine.
The program starts and works good
but if I click with my mouse into a "input-field" wine is
freezing. In this moment the CPU is going up to 100% - wine
takes it all. Only a winserver -k stops it. Wine shows no
error in this moment.
Navigation with the Keybord ist ok. Clicking on Buttons etc.
is ok.
2009 Apr 02
1
help regarding converting the available date in "right" date
Dear R users,
I have a table with say three columns and 70 rows.
The second column has dates in format dd.mm.yy (i.e. 01.10.07 indicating
record for October 1, 2007).
I read the text file, containing the records. Now, I want to find out the
weekday for each date.
However, I cannot do so.
1)
If I type result[1,"Date"] to see the Date in the first row, I get following
output:
70
2005 Apr 27
2
date format
Hi,
I'm trying to convert a vector containing dates in
character format ("dd/mm/yy"): mdy.date (from date
package) seems to be able to do that, but it returns
to me a vector containing julian dates... but
negative!
for example:
16/12/03 is converted into -20470
it is because R recognizes year ../03 as 1903, instead
of 2003, but how can I do to solve this problem? (of
course, I
2007 Jan 28
1
omega: $field{sample} clarification
I'm using omega for a sitesearch and currently having a problem trying
to filter $field(sample). At the moment it returns text from the page
header and navigation within the sample, ideally I'd like it to return
only the page content. I've been trying various omegascript commands to
trim the output or seperate the fields and also looking at scriptindex
to control how the xhtml is
2005 Dec 16
10
Associative arrays
I just started playing with rails this week and am working on porting our
existing website to rails
in our navigation we have a list that has the days of the week that link to
the articles for those days.
this seems to be working when I had it in the template it would give me the
array I was looking for so I decided to move it to the helper so that I
could use it on all my templates.
2006 Mar 18
1
Date formatting and adding question
Hey all,
I''m working on a site for a client that has a scedule im trying to
display that pulls the next events for the upcoming Sunday from a MySQL
table....The table stores the event date as mm/dd/yyyy. I''ve tried to
think of everyway possible to get this thing to change after every
sunday to show the next sunday''s events, but I end up doing it
manually...
Is it
2008 Jun 03
0
spell checker in text area an text field
Plz anyone can give me a hint on how to do spelling check in text area
and text field. If there is any plugin available then let me know
guys. Fck editior is not what I am looking at.
Help me
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups "Ruby on Rails: Talk" group.
To post to this group, send email to
2008 Feb 25
1
How do I use as.Date when day values are missing?
I have a data frame which contains some valuable date information. But for a few of the dates, the day information missing .
Viz:
> interesting.data$date
[1] "1/22/93" "1/22/93" "1/23/93" "1/00/93" "1/28/93" "1/31/93" "1/12/93"
i.e. for dates where the day info is missing, the "%d" part of the
2010 Jun 18
5
extract date time from a text file
I a have a text file where every line is like that:
"2007-12-03 13:50:17 Juan Perez"
("yy-mm-dd hh:mm:ss First Name Second Name")
I would like to make a data frame with two column one for date and the
other one for name.
When I use read.delim it was transformed in a data frame with 4 colums.
Bye,
Sebasti?n.
2011 Feb 07
2
Using Aggregate for Date
Hi,
I am trying to find the min of day for each student in each year.
Here is the dataset:
date studentid year
1/1/05 6:07 AM 236 20082009
3/27/09 9:45 AM 236 20082009
4/29/09 8:44 AM 236 20082009
3/27/09 11:36 AM 310 20082009
4/1/09 10:43 AM 310 20082009
10/15/09 8:54 AM 310
2009 Mar 24
2
two different date formats in the same variable
How does one convert to a date format when survey respondents have
used two different date formats whilst entering their data. There were
clearly told to use mm/dd/yyyy but humans being humans some entered
mm/dd/yy. There was even validity checks on the forms but I allowed
them to be overridden since the data is more holy than the format.
The data was downloaded as a csv and read.csv was used to
2005 May 03
2
Access 97 on Wine 20041019
Hi all,
I'm having trouble getting Access 97 working with Wine 20041019. Word and
Excel work just fine, as far as I've used them, but Access simply refuses to
start. I've installed off an original installer CD through the WineTools (
2.11jo) utility. I customised the install, removing everything except for
the basic application files for Word, Excel and Access. I've also
2024 May 09
2
Print date on y axis with month, day, and year
I am trying to use ggplot to plot the data, and R code, below. The dates (jdate) are printing as Mar 01, Mar 15, etc. I want to have the date printed as MMM DD YYYY (or any other way that will show month, date, and year, e.g. mm/dd/yy). How can I accomplish this?
yyy <- structure(list(
jdate = structure(c(19052, 19053, 19054, 19055,
19058, 19059, 19060, 19061, 19062,