Convert Format Of Date using /How to return only the Date from a SQL Server DateTime datatypeHow to print a date in a regular format?Compare two dates with JavaScriptWhere can I find documentation on formatting a date in JavaScript?Detecting an “invalid date” Date instance in JavaScriptYYYY-MM-DD format date in shell scriptHow do I get the current date in JavaScript?Calculate difference between two dates (number of days)?How to format a JavaScript dateGet current time and date on Android

Why isn't nylon as strong as kevlar?

Position of past participle and extent of the Verbklammer

Why is B♯ higher than C♭ in 31-ET?

Using column size much larger than necessary

Expressing 'our' for objects belonging to our apartment

Make some Prime Squares!

What matters more when it comes to book covers? Is it ‘professional quality’ or relevancy?

What is the name of this hexagon/pentagon polyhedron?

If I readied a spell with the trigger "When I take damage", do I have to make a constitution saving throw to avoid losing Concentration?

What are the differences between credential stuffing and password spraying?

Why do money exchangers give different rates to different bills?

How to change lightning-radio-group selected value programmatically?

Send iMessage from Firefox

Has a commercial or military jet bi-plane ever been manufactured?

How can I support myself financially as a 17 year old with a loan?

Pressure inside an infinite ocean?

How do I make a function that generates nth natural number that isn't a perfect square?

I have a unique character that I'm having a problem writing. He's a virus!

Mic, cable, pre-amp setup for acoustic guitar to perform with big band through mic and guitar amp?

BOOM! Perfect Clear for Mr. T

Shantae Dance Matching

Independent, post-Brexit Scotland - would there be a hard border with England?

How do LIGO and VIRGO know that a gravitational wave has its origin in a neutron star or a black hole?

Can hackers enable the camera after the user disabled it?



Convert Format Of Date using /


How to return only the Date from a SQL Server DateTime datatypeHow to print a date in a regular format?Compare two dates with JavaScriptWhere can I find documentation on formatting a date in JavaScript?Detecting an “invalid date” Date instance in JavaScriptYYYY-MM-DD format date in shell scriptHow do I get the current date in JavaScript?Calculate difference between two dates (number of days)?How to format a JavaScript dateGet current time and date on Android






.everyoneloves__top-leaderboard:empty,.everyoneloves__mid-leaderboard:empty,.everyoneloves__bot-mid-leaderboard:empty height:90px;width:728px;box-sizing:border-box;








0















Sample data



 sasq=c(-5844, 0, 7121)
d2=as.Date(sasq, '1960-01-01')

>d2
"1944-01-01" "1960-01-01" "1979-07-01"


But I try to obtain:



"1/1944" "1/1960" "1/1970"



with just MONTH/YEAR and no lead zeros on month










share|improve this question
























  • Your example is not reproducible. Have you tried using format() function? E.g. format(Sys.time(), format = "%m/%Y").

    – Roman Luštrik
    Mar 22 at 22:29

















0















Sample data



 sasq=c(-5844, 0, 7121)
d2=as.Date(sasq, '1960-01-01')

>d2
"1944-01-01" "1960-01-01" "1979-07-01"


But I try to obtain:



"1/1944" "1/1960" "1/1970"



with just MONTH/YEAR and no lead zeros on month










share|improve this question
























  • Your example is not reproducible. Have you tried using format() function? E.g. format(Sys.time(), format = "%m/%Y").

    – Roman Luštrik
    Mar 22 at 22:29













0












0








0








Sample data



 sasq=c(-5844, 0, 7121)
d2=as.Date(sasq, '1960-01-01')

>d2
"1944-01-01" "1960-01-01" "1979-07-01"


But I try to obtain:



"1/1944" "1/1960" "1/1970"



with just MONTH/YEAR and no lead zeros on month










share|improve this question
















Sample data



 sasq=c(-5844, 0, 7121)
d2=as.Date(sasq, '1960-01-01')

>d2
"1944-01-01" "1960-01-01" "1979-07-01"


But I try to obtain:



"1/1944" "1/1960" "1/1970"



with just MONTH/YEAR and no lead zeros on month







r date sas






share|improve this question















share|improve this question













share|improve this question




share|improve this question








edited Mar 22 at 22:32







bvowe

















asked Mar 22 at 22:21









bvowebvowe

40019




40019












  • Your example is not reproducible. Have you tried using format() function? E.g. format(Sys.time(), format = "%m/%Y").

    – Roman Luštrik
    Mar 22 at 22:29

















  • Your example is not reproducible. Have you tried using format() function? E.g. format(Sys.time(), format = "%m/%Y").

    – Roman Luštrik
    Mar 22 at 22:29
















Your example is not reproducible. Have you tried using format() function? E.g. format(Sys.time(), format = "%m/%Y").

– Roman Luštrik
Mar 22 at 22:29





Your example is not reproducible. Have you tried using format() function? E.g. format(Sys.time(), format = "%m/%Y").

– Roman Luštrik
Mar 22 at 22:29












1 Answer
1






active

oldest

votes


















1














d2=format(as.Date(sasq, '1960-01-01'),'%e/%Y')





share|improve this answer

























  • perfecto! how do i remove leading zero for example instead of 01/ to get 1

    – bvowe
    Mar 22 at 22:31











  • @bvowe try %e.

    – Roman Luštrik
    Mar 22 at 22:33











  • As @RomanLuštrik stated it is %e. I have updated my answer.

    – Wil
    Mar 22 at 22:47











Your Answer






StackExchange.ifUsing("editor", function ()
StackExchange.using("externalEditor", function ()
StackExchange.using("snippets", function ()
StackExchange.snippets.init();
);
);
, "code-snippets");

StackExchange.ready(function()
var channelOptions =
tags: "".split(" "),
id: "1"
;
initTagRenderer("".split(" "), "".split(" "), channelOptions);

StackExchange.using("externalEditor", function()
// Have to fire editor after snippets, if snippets enabled
if (StackExchange.settings.snippets.snippetsEnabled)
StackExchange.using("snippets", function()
createEditor();
);

else
createEditor();

);

function createEditor()
StackExchange.prepareEditor(
heartbeatType: 'answer',
autoActivateHeartbeat: false,
convertImagesToLinks: true,
noModals: true,
showLowRepImageUploadWarning: true,
reputationToPostImages: 10,
bindNavPrevention: true,
postfix: "",
imageUploader:
brandingHtml: "Powered by u003ca class="icon-imgur-white" href="https://imgur.com/"u003eu003c/au003e",
contentPolicyHtml: "User contributions licensed under u003ca href="https://creativecommons.org/licenses/by-sa/3.0/"u003ecc by-sa 3.0 with attribution requiredu003c/au003e u003ca href="https://stackoverflow.com/legal/content-policy"u003e(content policy)u003c/au003e",
allowUrls: true
,
onDemand: true,
discardSelector: ".discard-answer"
,immediatelyShowMarkdownHelp:true
);



);













draft saved

draft discarded


















StackExchange.ready(
function ()
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fstackoverflow.com%2fquestions%2f55308523%2fconvert-format-of-date-using%23new-answer', 'question_page');

);

Post as a guest















Required, but never shown

























1 Answer
1






active

oldest

votes








1 Answer
1






active

oldest

votes









active

oldest

votes






active

oldest

votes









1














d2=format(as.Date(sasq, '1960-01-01'),'%e/%Y')





share|improve this answer

























  • perfecto! how do i remove leading zero for example instead of 01/ to get 1

    – bvowe
    Mar 22 at 22:31











  • @bvowe try %e.

    – Roman Luštrik
    Mar 22 at 22:33











  • As @RomanLuštrik stated it is %e. I have updated my answer.

    – Wil
    Mar 22 at 22:47















1














d2=format(as.Date(sasq, '1960-01-01'),'%e/%Y')





share|improve this answer

























  • perfecto! how do i remove leading zero for example instead of 01/ to get 1

    – bvowe
    Mar 22 at 22:31











  • @bvowe try %e.

    – Roman Luštrik
    Mar 22 at 22:33











  • As @RomanLuštrik stated it is %e. I have updated my answer.

    – Wil
    Mar 22 at 22:47













1












1








1







d2=format(as.Date(sasq, '1960-01-01'),'%e/%Y')





share|improve this answer















d2=format(as.Date(sasq, '1960-01-01'),'%e/%Y')






share|improve this answer














share|improve this answer



share|improve this answer








edited Mar 22 at 22:47

























answered Mar 22 at 22:29









WilWil

1,4681217




1,4681217












  • perfecto! how do i remove leading zero for example instead of 01/ to get 1

    – bvowe
    Mar 22 at 22:31











  • @bvowe try %e.

    – Roman Luštrik
    Mar 22 at 22:33











  • As @RomanLuštrik stated it is %e. I have updated my answer.

    – Wil
    Mar 22 at 22:47

















  • perfecto! how do i remove leading zero for example instead of 01/ to get 1

    – bvowe
    Mar 22 at 22:31











  • @bvowe try %e.

    – Roman Luštrik
    Mar 22 at 22:33











  • As @RomanLuštrik stated it is %e. I have updated my answer.

    – Wil
    Mar 22 at 22:47
















perfecto! how do i remove leading zero for example instead of 01/ to get 1

– bvowe
Mar 22 at 22:31





perfecto! how do i remove leading zero for example instead of 01/ to get 1

– bvowe
Mar 22 at 22:31













@bvowe try %e.

– Roman Luštrik
Mar 22 at 22:33





@bvowe try %e.

– Roman Luštrik
Mar 22 at 22:33













As @RomanLuštrik stated it is %e. I have updated my answer.

– Wil
Mar 22 at 22:47





As @RomanLuštrik stated it is %e. I have updated my answer.

– Wil
Mar 22 at 22:47



















draft saved

draft discarded
















































Thanks for contributing an answer to Stack Overflow!


  • Please be sure to answer the question. Provide details and share your research!

But avoid


  • Asking for help, clarification, or responding to other answers.

  • Making statements based on opinion; back them up with references or personal experience.

To learn more, see our tips on writing great answers.




draft saved


draft discarded














StackExchange.ready(
function ()
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fstackoverflow.com%2fquestions%2f55308523%2fconvert-format-of-date-using%23new-answer', 'question_page');

);

Post as a guest















Required, but never shown





















































Required, but never shown














Required, but never shown












Required, but never shown







Required, but never shown

































Required, but never shown














Required, but never shown












Required, but never shown







Required, but never shown







Popular posts from this blog

Kamusi Yaliyomo Aina za kamusi | Muundo wa kamusi | Faida za kamusi | Dhima ya picha katika kamusi | Marejeo | Tazama pia | Viungo vya nje | UrambazajiKuhusu kamusiGo-SwahiliWiki-KamusiKamusi ya Kiswahili na Kiingerezakuihariri na kuongeza habari

Swift 4 - func physicsWorld not invoked on collision? The Next CEO of Stack OverflowHow to call Objective-C code from Swift#ifdef replacement in the Swift language@selector() in Swift?#pragma mark in Swift?Swift for loop: for index, element in array?dispatch_after - GCD in Swift?Swift Beta performance: sorting arraysSplit a String into an array in Swift?The use of Swift 3 @objc inference in Swift 4 mode is deprecated?How to optimize UITableViewCell, because my UITableView lags

Access current req object everywhere in Node.js ExpressWhy are global variables considered bad practice? (node.js)Using req & res across functionsHow do I get the path to the current script with Node.js?What is Node.js' Connect, Express and “middleware”?Node.js w/ express error handling in callbackHow to access the GET parameters after “?” in Express?Modify Node.js req object parametersAccess “app” variable inside of ExpressJS/ConnectJS middleware?Node.js Express app - request objectAngular Http Module considered middleware?Session variables in ExpressJSAdd properties to the req object in expressjs with Typescript